resume-a4/layouts/partials/about-me.html

8 lines
180 B
HTML
Raw Normal View History

2020-09-01 00:03:58 +02:00
<div class="section">
2020-09-01 15:27:47 +02:00
<h1 class="section-title">About Me</h1>
2020-09-01 00:03:58 +02:00
<p>
{{ range .Site.Data.features.about }}
{{ .details }}
{{ end }}
</p>
</div>