diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-10-17 14:32:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-17 14:32:35 +0200 |
| commit | 3d311fa5e7fa8d5dfbb5c5658f7aa05a2ea7fde5 (patch) | |
| tree | 9945b1f0b6c6cbc97724bbb3465d1fd9d764269f | |
| parent | cf30d666a7a67d3634cb97c17de2f4927a15ea8a (diff) | |
| download | wiki-1.0.5.tar.gz wiki-1.0.5.tar.bz2 wiki-1.0.5.zip | |
Version update1.0.5
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 824e4bd..4f08612 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,7 +1,7 @@ <!doctype html> <html> <head> - {% assign version = "1.0.4" %} + {% assign version = "1.0.5" %} {% 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"> |
