diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-08-31 14:34:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-31 14:34:21 +0200 |
| commit | 268e104106644bb79d64c22c8cf49e6b7d2ad234 (patch) | |
| tree | 53b8fd13008e07e152b6ace0b82c7c106904fdaf /_layouts | |
| parent | 4ead07361320a9e0213afc62d7faf561da289fac (diff) | |
| download | wiki-1.0.4.tar.gz wiki-1.0.4.tar.bz2 wiki-1.0.4.zip | |
Fixed footer version1.0.4
Diffstat (limited to '_layouts')
| -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 3f2fc29..5686706 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,7 +1,7 @@ <!doctype html> <html> <head> - {% assign version = "1.2.0" %} + {% assign version = "1.0.4" %} {% 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"> |
