Made links relative to html root directory

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-27 22:35:35 +01:00
parent 441f6a20e7
commit 2c99829425
8 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@
{% stylesheet fa-svg-with-js.css %}
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}"
href="{% link feed.xml %}">
href="{{ site.baseurl }}{% link feed.xml %}">
<script>
FontAwesomeConfig = { autoAddCss: false }