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-21 18:42:35 +0300
committerDillon <dillonzq@outlook.com>2020-02-21 18:42:35 +0300
commit4e6fe224cc1934aa0459b2d888f243463bb998f7 (patch)
tree7f4a04449ba1ca8ee8b5cdf466c18a04868a3bcf /layouts/_default/single.html
parent611518ddd17e736ee5dc246ec13b203950765934 (diff)
chore(partials): refactor partials
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 187f4ec..13e3e21 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -9,7 +9,7 @@
{{- /* Content */ -}}
<div class="content">
- {{- partial "function/content.html" .Content -}}
+ {{- partial "single/content.html" .Content -}}
</div>
</div>
{{- end -}}