mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 11:05:49 +00:00
feat: add extend_post_content.html hook partials for post sections (#1846)
Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
{{- /* Post content custom area start */ -}}
|
||||||
|
{{- /* Insert any custom code after post content - it will appear after the post body, before the footer. */ -}}
|
||||||
|
{{- /* Can be overwritten by partial with the same name in the global layouts. */ -}}
|
||||||
|
{{- /* Post content custom area end */ -}}
|
||||||
@@ -42,6 +42,8 @@
|
|||||||
</div>
|
</div>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
{{- partial "extend_post_content.html" . }}
|
||||||
|
|
||||||
<footer class="post-footer">
|
<footer class="post-footer">
|
||||||
{{- $tags := .Language.Params.Taxonomies.tag | default "tags" }}
|
{{- $tags := .Language.Params.Taxonomies.tag | default "tags" }}
|
||||||
<ul class="post-tags">
|
<ul class="post-tags">
|
||||||
|
|||||||
Reference in New Issue
Block a user