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-05-18 16:30:33 +0300
committerDillon <dillonzq@outlook.com>2020-05-18 16:30:33 +0300
commit8f53c999e524d6b4e5ff912c83c7be0ca9d36e62 (patch)
treee36fe337244e0a4abd2c78515302279465ad30ec /layouts/_default/single.html
parentc1016df5d6ea4102baf117ec9599a1fcfbe7248f (diff)
chore: refactor some code
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index c14337b..a34e22b 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -15,7 +15,7 @@
{{- /* Content */ -}}
<div class="content" id="content">
- {{- dict "content" .Content "ruby" $params.ruby "fraction" $params.fraction "fontawesome" $params.fontawesome | partial "function/content.html" | safeHTML -}}
+ {{- dict "Content" .Content "Ruby" $params.ruby "Fraction" $params.fraction "Fontawesome" $params.fontawesome | partial "function/content.html" | safeHTML -}}
</div>
{{- /* Comment */ -}}