mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Merge 8bcc8379ed
into 0989c28a0e
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user