summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/sections/footer/footer.html
blob: f49703b07995008b212d3d7a92df8de0f9736a67 (plain)
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>