msfjarvis.dev/themes/hugo-coder-portfolio/layouts/shortcodes/private.html
Harsh Shandilya e85c2fbdac Switch theme from submodule to in-tree squash
Easier to make changes to the base theme.

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-02-20 14:12:14 +05:30

5 lines
82 B
HTML

<div class="private">
<div class="private-inner">
{{ .Inner }}
</div>
</div>