making all path relative

This commit is contained in:
Set Hallstrom 2019-12-16 12:12:57 +01:00
parent 1d1c40fd3b
commit f39725b142
24 changed files with 85 additions and 61 deletions

View file

@ -1,7 +1,7 @@
{% include highlightbase.html %}
{% include asciisplash.html %}
<link rel="shortcut icon" href="{{ site.baseurl }}/assets/img/basspistolico.png" type="image/png" />
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" />
<link rel="shortcut icon" href="{{ relBase }}/assets/img/basspistolico.png" type="image/png" />
<link rel="stylesheet" href="{{ relBase }}/assets/css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<link rel="alternate" type="application/rss+xml" href="{{ site.production_url }}/rss.xml" />
@ -225,5 +225,5 @@
<!-- END rendered SEO Meta -->
<script src="{{ site.baseurl }}/assets/js/jquery-3.4.1.min.js"></script>
<script src="{{ relBase }}/assets/js/jquery-3.4.1.min.js"></script>