diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2017-04-14 11:06:20 +0200 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2017-04-14 11:06:20 +0200 |
| commit | 41614fc7569483930eb7d3ffe3a01c5a60d48a55 (patch) | |
| tree | b6b6480943949b13edbc758190a076aea12af15b /404.md | |
| parent | 5b3f77d464eb11260c609d04d08ffd16d8255d35 (diff) | |
| download | wiki-41614fc7569483930eb7d3ffe3a01c5a60d48a55.tar.gz wiki-41614fc7569483930eb7d3ffe3a01c5a60d48a55.tar.bz2 wiki-41614fc7569483930eb7d3ffe3a01c5a60d48a55.zip | |
implemented branch option
Diffstat (limited to '404.md')
| -rw-r--r-- | 404.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,6 +6,6 @@ permalink: /404.html <!-- redirect to page creator if not exists --> <script type="text/javascript"> var filename = window.location.pathname.split('/').pop(); - var url = '{{ site.github.repository_url }}/new/master/wiki?filename='+filename; + var url = '{{ site.github.repository_url }}/new/{{site.git_branch}}/wiki?filename='+filename; window.location=url; </script>
\ No newline at end of file |
