move unused layout elements to 'dummy' section for later reuse
This commit is contained in:
parent
4f2c03555f
commit
0e193e6394
2 changed files with 3 additions and 2 deletions
|
@ -31,4 +31,4 @@ prev:
|
||||||
other: Previous
|
other: Previous
|
||||||
|
|
||||||
recentArticles:
|
recentArticles:
|
||||||
other: Recent Articles
|
other: Recent Posts
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<article class="post">
|
<article class="post">
|
||||||
|
|
||||||
<header class="post-header">
|
<header class="post-header">
|
||||||
<h1 class="post-title">{{ .Title }}</h1>
|
<!--<h1 class="post-title">{{ .Title }}</h1>-->
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="post-content">
|
<div class="post-content">
|
||||||
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
{{ partial "sidebar.html" . }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
Loading…
Add table
Reference in a new issue