move away from deprecated realtive path

This commit is contained in:
Set Sakrecoer 2019-06-19 16:52:49 +02:00
parent d53c344a70
commit 49fa7ba79f
23 changed files with 67 additions and 167 deletions

View file

@ -1,7 +1,7 @@
{% include base.html %}
{% include asciisplash.html %}
<link rel="shortcut icon" href="{{ base }}/assets/img/basspistolico.png" type="image/png" />
<link rel="stylesheet" href="{{ base }}/assets/css/style.css" />
<link rel="shortcut icon" href="{{ site.baseurl }}/assets/img/basspistolico.png" type="image/png" />
<link rel="stylesheet" href="{{ site.baseurl }}/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" />
@ -221,5 +221,5 @@
<!-- END rendered SEO Meta -->
<script src="{{ base }}/assets/js/jquery-3.3.1.min.js"></script>
<script src="{{ site.baseurl }}/assets/js/jquery-3.3.1.min.js"></script>