simoncor.net/themes/hugo-coder/layouts/partials/page.html

14 lines
254 B
HTML
Raw Normal View History

2020-07-16 22:43:30 +02:00
<section class="container page">
<article>
<header>
2024-08-26 17:13:18 +02:00
<h1 class="title">
<a class="title-link" href="{{ .Permalink | safeURL }}">
{{ .Title }}
</a>
</h1>
2020-07-16 22:43:30 +02:00
</header>
{{ .Content }}
</article>
</section>