Fix #9 and other design updates

This commit is contained in:
Dmitry Kolosov 2020-02-02 18:01:10 +03:00
parent 5af22d3c89
commit 0dce9b9431
8 changed files with 88 additions and 51 deletions

View file

@ -4,7 +4,9 @@
<header>
<h1>{{ .Title }}</h1>
</header>
<div class="content">
{{ .Content }}
</div>
<div class="article-info">
{{ if .Params.date }}
<div class="article-date">{{ .Params.date.Format "2006-01-02" }}</div>
@ -27,8 +29,6 @@
</ul>
{{ end }}
</div>
{{ .Content }}
</article>
{{ if .Site.DisqusShortname }}
{{ template "_internal/disqus.html" . }}