aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/_default/single.html')
-rw-r--r--themes/default/layouts/_default/single.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/themes/default/layouts/_default/single.html b/themes/default/layouts/_default/single.html
index d94f514..bf077f9 100644
--- a/themes/default/layouts/_default/single.html
+++ b/themes/default/layouts/_default/single.html
@@ -1,12 +1,12 @@
-{{ define "styles" }}
+{{- define "styles" -}}
<style>
{{ partial "styles-navigator.html" (dict "Link" "/") | safeCSS }}
</style>
-{{ end }}
+{{- end -}}
-{{ define "middle" }}
+{{- define "middle" -}}
-{{ partial "navigator-middle.html"
+{{- partial "navigator-middle.html"
(dict
"Title" "Message"
"Subtitle" "Thread"
@@ -16,7 +16,7 @@
"Id" "back"
"Context" .
)
-}}
+-}}
<micro-thread>
{{ .Render "summary" }}
@@ -45,8 +45,8 @@
{{- end -}}
</micro-thread>
-{{ end }}
+{{- end -}}
-{{ define "right" }}
+{{- define "right" -}}
{{- partial "navigator-right.html" . -}}
-{{ end }}
+{{- end -}}