Files
homepage/themes/hugo-coder/layouts/partials/page.html
Hendrik Hogertz 63ba272b75 first commit
2022-01-15 00:56:38 +01:00

14 lines
254 B
HTML

<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="{{ .Permalink | safeURL }}">
{{ .Title }}
</a>
</h1>
</header>
{{ .Content }}
</article>
</section>