diff options
Diffstat (limited to '_includes/footer.html')
-rw-r--r-- | _includes/footer.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 9e1f23e..a950573 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,9 +1,11 @@ <footer class="container"> <div class="col-lg-12"> - <p class="text-center"> + <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"> –</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>" }}. |