diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-08-29 19:27:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-29 19:27:54 +0200 |
| commit | 50d445ba02c7584054193328f3dc4218006c1c7c (patch) | |
| tree | 13d62a366fd458954b52458eab954397bd8372dd | |
| parent | bbcb7ba289c4d907bd47a7ba782b0b6e540fdad1 (diff) | |
| download | wiki-50d445ba02c7584054193328f3dc4218006c1c7c.tar.gz wiki-50d445ba02c7584054193328f3dc4218006c1c7c.tar.bz2 wiki-50d445ba02c7584054193328f3dc4218006c1c7c.zip | |
Update default.html
| -rw-r--r-- | _layouts/default.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <!doctype html> <html> <head> + {% 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 %} <meta charset="utf-8"> @@ -111,7 +112,7 @@ {% if site.github.is_project_page %} <p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p> {% endif %} - <p><small>Hosted on GitHub Pages — Powered by <a href="https://github.com/Drassil/git-wiki">Git-Wiki</a> </p> + <p><small>Hosted on GitHub Pages — Powered by <a href="https://github.com/Drassil/git-wiki">Git-Wiki v{{ version }}</a> </p> {% if site.github.is_project_page %} <p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ github_name }}</small></a></p> {% endif %} |
