aboutsummaryrefslogtreecommitdiff
path: root/layouts/docs/list.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-11 16:51:27 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-11 16:51:27 +0200
commit628a4df0df81347c74a88e4c110066c9dc6017d1 (patch)
tree474ba777084cf5593c79330b71539f2a4fa7733f /layouts/docs/list.html
parent43974d0908a341ef8dd5d100a63563784fdbf70c (diff)
Refactor partials, layout and sass files
Diffstat (limited to 'layouts/docs/list.html')
-rw-r--r--layouts/docs/list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/docs/list.html b/layouts/docs/list.html
index 9b519ff..130cc89 100644
--- a/layouts/docs/list.html
+++ b/layouts/docs/list.html
@@ -1,7 +1,7 @@
-{{ define "title" }}
- {{ .Title }} &ndash; {{ .Site.Title }}
+{{- define "title" -}}
+ {{ .Site.Title }}
{{ end }}
-{{ define "main" }}
+{{- define "main" -}}
<div>{{ .Content }}</div>
{{ end }} \ No newline at end of file