hugo-theme-almeida/layouts/partials/_profile.html

14 lines
317 B
HTML
Raw Normal View History

2020-08-16 19:49:25 +00:00
{{ if .Site.Data.content.Profile }}
2020-08-16 12:21:35 +00:00
<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>
2020-08-16 19:49:25 +00:00
</div>
{{ end }}