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-17 16:02:27 +0300
committerDillon <dillonzq@outlook.com>2020-02-17 16:02:27 +0300
commit933e32c4e4bee463283e5691439f36ac05d8c1f1 (patch)
tree37a61834a07205b4e7dd83a9682e100b60d7a01a /layouts/_default/single.html
parent30747ca1900469c1649e4f97229b28dc6f6ba6e7 (diff)
chore(forkawesome): update forkawesome css
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 4f20bc5..187f4ec 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -9,7 +9,7 @@
{{- /* Content */ -}}
<div class="content">
- {{- partial "hook/content.html" .Content | safeHTML -}}
+ {{- partial "function/content.html" .Content -}}
</div>
</div>
{{- end -}}