re-add jekyll changes without the wiki pages

This commit is contained in:
Adam Schmideg
2019-03-27 09:31:41 +01:00
parent e4d2bf0696
commit 6c9d709310
9 changed files with 684 additions and 54 deletions

2
_includes/link.html Normal file
View File

@ -0,0 +1,2 @@
{% capture root %}{% if page.root %}{{ page.root }}{% else %}{{ site.default_root }}{% endif %}{% endcapture %}
{{ include.url | remove: ".html" | prepend: root | replace: '//', '/' }}