Skip to content

Commit

Permalink
allow extra html to be injected into the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriousBug committed Aug 6, 2023
1 parent a2d3a96 commit 9a12bd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@
</div>
</div>
{{ end }}
<!-- Custom footer html -->
{{- if templates.Exists "partials/extra-footer.html" -}}
{{ partial "extra-footer.html" . }}
{{- end }}
</footer>

0 comments on commit 9a12bd3

Please sign in to comment.