1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00
danbarber.me.hugo/layouts/_default/about.html
2021-08-04 16:18:45 -05:00

16 lines
287 B
HTML

{{ define "main" }}
<article class="post container">
<header>
<h2 class="post__title">{{.Title}}</h2>
</header>
{{.Content}}
</article>
<article class="projects container">
<h3>Projects</h3>
{{ partial "projects/persephone" . }}
</article>
{{ end }}