This commit is contained in:
Haris
2023-12-16 13:33:06 -08:00
committed by GitHub
4 changed files with 44 additions and 27 deletions

View File

@ -22,7 +22,9 @@
{{- if not (.Param "hideMeta") }}
<div class="post-meta">
{{- partial "post_meta.html" . -}}
{{- partial "translation_list.html" . -}}
{{- if .Param "showTranslationListInPosts" }}
{{- partial "translation_list.html" . -}}
{{- end }}
{{- partial "edit_post.html" . -}}
{{- partial "post_canonical.html" . -}}
</div>