making all path relative
This commit is contained in:
parent
1d1c40fd3b
commit
f39725b142
24 changed files with 85 additions and 61 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
{% 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" />
|
||||
|
||||
|
|
@ -168,4 +168,4 @@
|
|||
]
|
||||
}
|
||||
</script>
|
||||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue