Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ <h1 class="post-title entry-hint-parent">
</div>
{{- end }}

{{- partial "extend_post_content.html" . }}

<footer class="post-footer">
{{- $tags := .Language.Params.Taxonomies.tag | default "tags" }}
<ul class="post-tags">
Expand Down
4 changes: 4 additions & 0 deletions layouts/partials/extend_post_content.html
Original file line number Diff line number Diff line change
@@ -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 */ -}}