This repository has been archived on 2021-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
theme-geeklab/layouts/_default/single.html

13 lines
281 B
HTML

{{ define "main" }}
<main class="content" role="main">
<article class="post page">
<header class="post-header">
<h2 class="post-title">{{ .Title }}</h2>
</header>
<section class="post-content">
{{ .Content }}
</section>
</article>
</main>
{{ end }}