hugo-theme-almeida/layouts/partials/_profile.html
2021-01-15 21:50:30 +01:00

10 lines
299 B
HTML

{{ if .Site.Data.content.Profile }}
<div id="profile" class="section">
<div class="section__heading">
<h2 class="section__title">{{ i18n "profile" }}</h2>
</div>
<div class="section__content">
<p>{{.Site.Data.content.Profile | safeHTML }}</p>
</div>
</div>
{{ end }}