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,6 +1,6 @@
{% if page.author != null %}
{% assign author_id = page.author | prepend: "/staff_members/" | append: "/" %}
{% assign author_name = site.staff_members | where: "url", author_id | first %}
<a href="mailto:info+comment@basspistol.com?subject=Regarding the post &quot;{{ page.title }}&quot;!&body=Hey Set! The post on on your site with the title &quot;{{ page.title }}&quot; is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style="text-decoration:none;"><img class="square-image" src="{{ base }}{{ author_name.image_path }}" /></a>
<a href="mailto:info+comment@basspistol.com?subject=Regarding the post &quot;{{ page.title }}&quot;!&body=Hey Set! The post on on your site with the title &quot;{{ page.title }}&quot; is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style="text-decoration:none;"><img class="square-image" src="{{ site.baseurl }}{{ author_name.image_path }}" /></a>
<br /><p class="blurb"><a href="mailto:info+comment@basspistol.com?subject=Regarding the post &quot;{{ page.title }}&quot;!&body=Hey Set! The post on on your site with the title &quot;{{ page.title }}&quot; is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style="text-decoration:none;"><strong>{{ author_name.name }}</strong></a><br />{{ author_name.blurb_markup }}</p>
{% endif %}

View file

@ -17,28 +17,28 @@
<br /><br /><a id="commentlink" href="mailto:info+comment@basspistol.com?subject=Regarding the post &quot;{{ page.title }}&quot;!&body=Hey! The post on on your site with the title &quot;{{ page.title }}&quot; is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style="text-decoration:none;">Write a comment</a>
<br /><br /><h2>
{% if prev_post %}
<a href="{{ base }}{{ prev_post }}" style="text-decoration: none;">&laquo; Older</a> {% if next_post %}<span style="color:#313d26;">|</span>{% endif %}
<a href="{{ site.baseurl }}{{ prev_post }}" style="text-decoration: none;">&laquo; Older</a> {% if next_post %}<span style="color:#313d26;">|</span>{% endif %}
{% endif %}
{% if next_post %}
<a href="{{ base }}{{ next_post }}" style="text-decoration: none;">Newer&raquo;</a>
<a href="{{ site.baseurl }}{{ next_post }}" style="text-decoration: none;">Newer&raquo;</a>
{% endif %}
</h2>
<p>Tags:</p>
{% assign sortedtags = page.tags | sort %} {% for tags in sortedtags%}
<a href="{{ base }}/tags/#{{ tags }}">{{ tags }}</a> /
<a href="{{ site.baseurl }}/tags/#{{ tags }}">{{ tags }}</a> /
{% endfor %}
<br /><br />
<a style="text-decoration: none;" href="https://touch.facebook.com/sharer.php?u={{ page.link | xml_escape }}&quote={{ page.description | xml_escape }} via https://basspistol.com" target="_blank" rel="noopener noreferrer nofollow">
<img src="{{ base }}/assets/img/facebook.svg" width="22px" height="22px" alt="share on facebook" />
<img src="{{ site.baseurl }}/assets/img/facebook.svg" width="22px" height="22px" alt="share on facebook" />
</a>
<a style="text-decoration: none;" href="https://twitter.com/share?url={{ page.link | xml_escape }}&text={{ page.description | xml_escape }}&via=bpist&hashtags=BpistHilights" target="_blank" rel="noopener noreferrer nofollow">
<img src="{{ base }}/assets/img/twitter.svg" width="24px" height="24px" alt="share on twitter" />
<img src="{{ site.baseurl }}/assets/img/twitter.svg" width="24px" height="24px" alt="share on twitter" />
</a>
<a style="text-decoration: none;" href="https://telegram.me/share/url?url={{ page.link }}&text={{ page.description }} via &#64;basspistolQC" target="_blank" rel="noopener noreferrer nofollow">
<img src="{{ base }}/assets/img/telegram.svg" width="24px" height="24px" alt="share on telegram" />
<img src="{{ site.baseurl }}/assets/img/telegram.svg" width="24px" height="24px" alt="share on telegram" />
</a>
<a style="text-decoration: none;" href="https://reddit.com/submit/?url={{ page.link }}" target="_blank" rel="noopener noreferrer nofollow">
<img src="{{ base }}/assets/img/reddit.svg" width="24px" height="24px" alt="share on reddit" />
<img src="{{ site.baseurl }}/assets/img/reddit.svg" width="24px" height="24px" alt="share on reddit" />
</a>
</div>

View file

@ -1,7 +1,7 @@
{% include highlightbase.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" />
@ -226,5 +226,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>

View file

@ -2,31 +2,31 @@
<ul>
<li class="icofont">
<a href="{{ base }}/" title="Home" class="icofont-home"></a>
<a href="{{ site.baseurl }}/" title="Home" class="icofont-home"></a>
</li>
<li class="icofont">
<a href="{{ base }}/discography/" title="Discography" class="icofont-disc"></a>
<a href="{{ site.baseurl }}/discography/" title="Discography" class="icofont-disc"></a>
</li>
<li class="icofont">
<a href="{{ base }}/radio/" title="Radio" class="icofont-radio"></a>
<a href="{{ site.baseurl }}/radio/" title="Radio" class="icofont-radio"></a>
</li>
<li class="icofont">
<a href="{{ base }}/highlights/" title="Highlights" class="icofont-newspaper current"></a>
<a href="{{ site.baseurl }}/highlights/" title="Highlights" class="icofont-newspaper current"></a>
</li>
<li class="icofont">
<a href="{{ base }}/artists/" title="Artists" class="icofont-people"></a>
<a href="{{ site.baseurl }}/artists/" title="Artists" class="icofont-people"></a>
</li>
<li class="icofont">
<a href="{{ base }}/about/" title="About" class="icofont-finger-print"></a>
<a href="{{ site.baseurl }}/about/" title="About" class="icofont-finger-print"></a>
</li>
<li class="icofont">
<a href="{{ base }}/links/" title="Links" class="icofont-link"></a>
<a href="{{ site.baseurl }}/links/" title="Links" class="icofont-link"></a>
</li>
<li class="icofont">

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>

View file

@ -2,7 +2,7 @@
<ul>
{% for link in site.data.navigation %}
<li class="icofont">
<a href="{{ base }}{{ link.url }}" title="{{ link.title }}" class="{{ link.text }}{% if page.url == link.url %} current{% endif %}"></a>
<a href="{{ site.baseurl }}{{ link.url }}" title="{{ link.title }}" class="{{ link.text }}{% if page.url == link.url %} current{% endif %}"></a>
</li>
{% endfor %}
<li class="icofont">

View file

@ -5,7 +5,7 @@
* @copyright Copyright (c) 2018 IcoFont
* @license - http://icofont.com/license/
*/
{% include base.html %}
@font-face {
font-family: 'icofont';
src: url('../fonts/icofont.eot?v=1.0.0-beta');

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" />
@ -168,4 +168,4 @@
]
}
</script>
<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>

View file

@ -1,5 +1,5 @@
/*! basspistol sheet */
{% include base.html %}
h1,
h2,
h3,

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" />
@ -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>

View file

@ -1,5 +1,5 @@
<video poster="{{ base }}{{ page.poster_image }}" id="bgvid" autoplay playsinline muted loop>
<source src="{{ base }}{{ page.video_path }}" type="video/mp4">
<video poster="{{ site.baseurl }}{{ page.poster_image }}" id="bgvid" autoplay playsinline muted loop>
<source src="{{ site.baseurl }}{{ page.video_path }}" type="video/mp4">
</video>
<img id="bgpic" src="{{ base }}{{ page.poster_image }}" alt="Basspistol" />
<img id="bgpic" src="{{ site.baseurl }}{{ page.poster_image }}" alt="Basspistol" />
<div id="headline"><h1>~/{{ page.subtitle }}</h1></div>