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
|
||||
|
||||
recentArticles:
|
||||
other: Recent Articles
|
||||
other: Recent Posts
|
||||
|
|
|
@ -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 }}
|
Loading…
Add table
Reference in a new issue