Skip to content

Commit

Permalink
Merge pull request matcornic#56 from adamlamar/content-footer
Browse files Browse the repository at this point in the history
Add custom content footer partial
  • Loading branch information
vjeantet committed Sep 2, 2017
2 parents f7b270f + be84a8d commit 6f58fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions layouts/partials/custom-content-footer.html
@@ -0,0 +1 @@
<!-- Partial intended to be overwritten for content footers like commenting systems -->
2 changes: 2 additions & 0 deletions layouts/partials/footer.html
@@ -1,4 +1,6 @@


{{ partial "custom-content-footer.html" . }}
</div>
</div>

Expand Down

0 comments on commit 6f58fcb

Please sign in to comment.