mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-07-16 16:02:35 +02:00
Merge 77ea08467d
into 5f624757ae
This commit is contained in:
@@ -42,6 +42,8 @@
|
||||
</div>
|
||||
{{- end }}
|
||||
|
||||
{{- partial "extend_content.html" . }}
|
||||
|
||||
<footer class="post-footer">
|
||||
{{- $tags := .Language.Params.Taxonomies.tag | default "tags" }}
|
||||
<ul class="post-tags">
|
||||
|
4
layouts/partials/extend_content.html
Normal file
4
layouts/partials/extend_content.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{- /* Extend content area start */ -}}
|
||||
{{- /* Insert any custom code. */ -}}
|
||||
{{- /* Can be overwritten by partial with the same name in the global layouts. */ -}}
|
||||
{{- /* Extend content area end */ -}}
|
Reference in New Issue
Block a user