summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorAilin Nemui <ailin@z30a.localdomain>2017-05-29 15:29:41 +0200
committerAilin Nemui <ailin@z30a.localdomain>2017-05-29 15:29:41 +0200
commitfd53599884a1c1016429f7bce790ce5a600bb2ee (patch)
treed871a45e5566074bec41f93ab2f32d6fcb9f3632 /_includes
parent314ab01aa80229d06276f632614055e8a9659e08 (diff)
downloadirssi.github.io-fd53599884a1c1016429f7bce790ce5a600bb2ee.zip
simplify
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index a950573..f5639d2 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,11 +1,10 @@
<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>
+ <p class="text-center">
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>
+ <a href="https://github.com/irssi">The Irssi project</a>. &emsp;
+ <a 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>.
<br/>
{% if page.licence and page.licence != "" %}
This page is licensed under a {{ page.licence | markdownify | strip | split:"</p>" | join:"" | split:"<p>" }}.