From 49fa7ba79fe6a455e3b72d93fad4badab407452c Mon Sep 17 00:00:00 2001 From: Set Sakrecoer Date: Wed, 19 Jun 2019 16:52:49 +0200 Subject: [PATCH] move away from deprecated realtive path --- _config.yml | 2 +- _includes/author.html | 2 +- _includes/highlight_pagination.html | 14 ++++---- _includes/highlightmetahead.html | 6 ++-- _includes/highlightsnavmenu.html | 14 ++++---- _includes/metahead.html | 8 ++--- _includes/navmenu.html | 2 +- _includes/normalize.css | 2 +- _includes/releasemeta.html | 8 ++--- _includes/style.css | 2 +- _includes/trackmeta.html | 8 ++--- _includes/videopageheader.html | 6 ++-- _layouts/album.html | 10 +++--- _layouts/article.html | 4 +-- _layouts/blog.html | 4 +-- _layouts/link.html | 4 +-- _layouts/track.html | 18 +++++----- assets/css/release.css | 54 ----------------------------- assets/css/vid_release.css | 46 ------------------------ discography.html | 4 +-- highlights.html | 8 ++--- index.html | 2 +- posts.json | 6 ++-- 23 files changed, 67 insertions(+), 167 deletions(-) delete mode 100644 assets/css/release.css delete mode 100644 assets/css/vid_release.css diff --git a/_config.yml b/_config.yml index 02360bf..46f1b2b 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ social: mastodon: 'https://mastodon.art/@basspistol' production_url : https://basspistol.com -baseurl : '/' +baseurl : '' shop_url: https://shop.basspistol.com/ # excerpt_separator: '' diff --git a/_includes/author.html b/_includes/author.html index 2e2b84e..cb872c9 100644 --- a/_includes/author.html +++ b/_includes/author.html @@ -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 %} - +

{{ author_name.name }}
{{ author_name.blurb_markup }}

{% endif %} \ No newline at end of file diff --git a/_includes/highlight_pagination.html b/_includes/highlight_pagination.html index fa3a4b5..c3d90ed 100644 --- a/_includes/highlight_pagination.html +++ b/_includes/highlight_pagination.html @@ -17,28 +17,28 @@

Write a comment

{% if prev_post %} - « Older {% if next_post %}|{% endif %} + « Older {% if next_post %}|{% endif %} {% endif %} {% if next_post %} - Newer» + Newer» {% endif %}

Tags:

{% assign sortedtags = page.tags | sort %} {% for tags in sortedtags%} - {{ tags }} / + {{ tags }} / {% endfor %}

- share on facebook + share on facebook - share on twitter + share on twitter - share on telegram + share on telegram - share on reddit + share on reddit \ No newline at end of file diff --git a/_includes/highlightmetahead.html b/_includes/highlightmetahead.html index 5ddbf7b..ac4c753 100644 --- a/_includes/highlightmetahead.html +++ b/_includes/highlightmetahead.html @@ -1,7 +1,7 @@ {% include highlightbase.html %} {% include asciisplash.html %} - - + + @@ -226,5 +226,5 @@ - + diff --git a/_includes/highlightsnavmenu.html b/_includes/highlightsnavmenu.html index a555e5c..b3cc219 100644 --- a/_includes/highlightsnavmenu.html +++ b/_includes/highlightsnavmenu.html @@ -2,31 +2,31 @@