Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-01-31 17:53:04 +0300
committerDillon <dillonzq@outlook.com>2020-01-31 17:53:04 +0300
commit2a7611b5aec71c5b42984be947934d4c074a092e (patch)
tree9e4233c43eb38993493ec3d22c41801dc979b971 /layouts/_default/section.html
parent344f0a9f411a9b28d6e5732e591f26953d9c1263 (diff)
chore(style): update code style
Diffstat (limited to 'layouts/_default/section.html')
-rw-r--r--layouts/_default/section.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index 620e737..78a693e 100644
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -1,4 +1,6 @@
-{{- define "title" }}{{ T "all" | humanize}}{{ T .Section | default .Section | humanize }} | {{ .Site.Title }}{{ end -}}
+{{- define "title" }}
+ {{- T "all" | humanize}}{{ T .Section | default .Section | humanize }} | {{ .Site.Title -}}
+{{- end -}}
{{- define "content" -}}
{{- $data := .Data -}}