mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
refactor(layout): refactor single page layout and partials categorization
This commit is contained in:
@@ -218,9 +218,6 @@
|
||||
|
||||
{{- /* Custom block after post footer */ -}}
|
||||
{{- block "custom-post__footer:after" . }}{{ end -}}
|
||||
|
||||
{{- /* Comment */ -}}
|
||||
{{- partial "single/comment.html" . -}}
|
||||
</article>
|
||||
|
||||
<aside class="toc" id="toc-auto" aria-label="{{ T "single.contents" }}">
|
||||
@@ -252,3 +249,7 @@
|
||||
</dialog>
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- define "comments" -}}
|
||||
{{- partial "layout/comment.html" . -}}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user