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

12 lines
271 B
HTML
Raw Normal View History

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