Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post/page-item.html')
-rw-r--r--layouts/partials/post/page-item.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/post/page-item.html b/layouts/partials/post/page-item.html
index 1f687c0..dd54be2 100644
--- a/layouts/partials/post/page-item.html
+++ b/layouts/partials/post/page-item.html
@@ -12,9 +12,9 @@
{{ if .Params.redirect }}Redirect{{ else }}Read More{{ end }}
</a>
<footer>
- {{ partial "post/categories.html" . }}
+ {{ partial "extra/categories.html" . }}
<span class="separator">|</span>
- {{ partial "post/tags.html" . }}
+ {{ partial "extra/tags.html" . }}
</footer>
</div>
</div>