Layout rework, two-column style

This commit is contained in:
2018-01-13 03:38:00 +04:00
parent db02c6922b
commit 5b5619fa57
8 changed files with 104 additions and 121 deletions

View File

@@ -1,10 +1,5 @@
{{ define "main" }}
<div class="container">
<br>
{{ partial "article" . }}
{{ partial "single_footer" . }}
</div>
{{ partial "article" . }}
{{ partial "single_footer" . }}
{{ end }}