summaryrefslogtreecommitdiff
path: root/_includes/footer.html
blob: a950573d96013daa5820d4911e16502ab2d02aba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<footer class="container">
    <div class="col-lg-12">
        <p class="text-center hidden-edit">
          <a class="hidden-edit" href="{% if site.github %}{{ site.github.tar_url | replace_first: '/tarball/', '/tree/' }}{% else %}file://{{ site.source }}{% endif %}/{% if page.relative_path %}{{ page.relative_path }}{% elsif paginator and paginator.page > 1 %}{% assign temp0 = "/" | append: paginator.page | append: "/" %}{{ page.path | replace_first: temp0, "/" }}{% else %}{{ page.path }}{% endif %}">Source file</a><span class="hidden-edit"> &ndash;</span>
            All the content of this site is copyright ©
            2000-{{ 'now' | date: "%Y" }}
            <a href="https://github.com/irssi">The Irssi project</a>.
          <span class="hidden-balance"></span>
        <br/>
        {% if page.licence and page.licence != "" %}
        This page is licensed under a {{ page.licence | markdownify | strip | split:"</p>" | join:"" | split:"<p>" }}.
        {% else %}
            Unless otherwise noted, this site is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
        {% endif %}
        </p>
    </div>
</footer>
<script src="{{ site.baseurl }}/assets/js/irssi.js"></script>