Refactor partials, layout and sass files

This commit is contained in:
Alex Shpak
2018-09-11 16:51:27 +02:00
parent 43974d0908
commit 628a4df0df
18 changed files with 95 additions and 68 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
{{ define "main" }}
{{- define "title" -}}
{{ .Site.Title }}
{{ end }}
{{- define "main" -}}
<div>{{ .Content }}</div>
{{ end }}