1 2 3 4 5 6 7 8 9 10 11
<footer> {% if site.inc_before_footer %} {% include {{ site.inc_before_footer }} %} {% endif %} {% include git-wiki/components/copyrights/copyrights.html %} {% if site.inc_after_footer %} {% include {{ site.inc_after_footer }} %} {% endif %} </footer>