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-02-03 13:38:10 +0300
committerDillon <dillonzq@outlook.com>2020-02-03 13:38:10 +0300
commit52c7ad29a60cc4ee6c51217d11bb4877ef0cf88a (patch)
tree4bf578ddcdbf78b8543bf33d948feceac2b7f5e8 /layouts/_default/single.html
parent8aba2262906628f38f114a9947783bc6c7fd7495 (diff)
chore(style): update code style and add an i18n word
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 314e4db..51d61ec 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,9 +2,12 @@
{{- define "content" -}}
<div class="page single">
+ {{- /* Title */ -}}
<h1 class="post-title animated pulse faster">
{{- .Title -}}
</h1>
+
+ {{- /* Content */ -}}
<div class="post-content">
{{- partial "hook/content.html" .Content | safeHTML -}}
</div>