From 50d445ba02c7584054193328f3dc4218006c1c7c Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 29 Aug 2018 19:27:54 +0200 Subject: Update default.html --- _layouts/default.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index b6ff96a..243a94e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,7 @@ + {% assign version = "1.2.0" %} {% capture lchar %}{{page.url | slice: -1, 1}}{% endcapture %} {% capture url %}{% if lchar == "/" %}{{page.url}}index.html{% else %}{{ page.url | default: 'index.html' }}{% endif %}{% endcapture %} @@ -111,7 +112,7 @@ {% if site.github.is_project_page %}

This project is maintained by {{ site.github.owner_name }}

{% endif %} -

Hosted on GitHub Pages — Powered by Git-Wiki

+

Hosted on GitHub Pages — Powered by Git-Wiki v{{ version }}

{% if site.github.is_project_page %}

View the Project on GitHub {{ github_name }}

{% endif %} -- cgit