This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/site/themes/hugo-strata-theme/layouts/partials/about.html

7 lines
209 B
HTML
Executable File

<section>
<header class="major">
{{ with .Site.Params.about.title }}<h2>{{ . | markdownify }}</h2>{{ end }}
</header>
{{ with .Site.Params.about.content }}<p>{{ . | markdownify }}</p>{{ end }}
</section>