Skip to content

Commit

Permalink
removing customFooterPartial
Browse files Browse the repository at this point in the history
- this is non-standard and not in the official hugo site params
- addresses #24
  • Loading branch information
dencold committed Dec 15, 2016
1 parent 1625d81 commit 23c4aed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,3 @@
</section>
{{end}}
</footer>

{{if .Site.Params.customFooterPartial}}
{{partial .Site.Params.customFooterPartial .}}
{{end}}

0 comments on commit 23c4aed

Please sign in to comment.