hugo-geekblog/layouts/_default/single.html

12 lines
284 B
HTML

{{ define "main" }}
<article class="gblog-post">
<header class="gblog-post__header">
<h1>{{ partial "title" . }}</h1>
</header>
<section class="gblog-markdown">
{{ partial "content" . }}
</section>
</article>
{{ end }}