move unused layout elements to 'dummy' section for later reuse

This commit is contained in:
Helmut Merz 2020-04-05 09:59:37 +02:00
parent 4f2c03555f
commit 0e193e6394
2 changed files with 3 additions and 2 deletions

View file

@ -31,4 +31,4 @@ prev:
other: Previous
recentArticles:
other: Recent Articles
other: Recent Posts

View file

@ -4,7 +4,7 @@
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ .Title }}</h1>
<!--<h1 class="post-title">{{ .Title }}</h1>-->
</header>
<div class="post-content">
@ -13,6 +13,7 @@
</article>
</div>
{{ partial "sidebar.html" . }}
</div>
{{ end }}