hugo-theme-almeida/layouts/partials/_profile.html
2020-08-16 13:21:35 +01:00

12 lines
No EOL
271 B
HTML

<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>