hugo-theme-almeida/layouts/partials/_profile.html
2020-08-16 20:49:25 +01:00

14 lines
No EOL
317 B
HTML

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