move away from deprecated realtive path
This commit is contained in:
parent
d53c344a70
commit
49fa7ba79f
23 changed files with 67 additions and 167 deletions
|
|
@ -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" />
|
||||
|
||||
|
|
@ -128,5 +128,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>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue