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>2019-08-22 21:01:22 +0300
committerDillon <dillonzq@outlook.com>2019-08-22 21:01:22 +0300
commit934c3a515615c8e6cd44b8d8f86358738cf1295c (patch)
treed8d8a2b98b931a8b4e31f1a532bb88119ea04f64 /layouts/_default/single.html
parentf1ec275c9fba02bc50418f523b0849ad441cb3da (diff)
feat: faster, support custom lib cdn and more standardized code style
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 9df7335..38ec7f7 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,4 +1,4 @@
-{{ define "title" }}{{ .Title }} - {{ .Site.Title }}{{ end }}
+{{ define "title" }}{{ .Title }} | {{ .Site.Title }}{{ end }}
{{ define "content" }}
<div class="post-warp">
@@ -9,4 +9,4 @@
{{ .Content }}
</div>
</div>
-{{end }}
+{{end }} \ No newline at end of file