From c3b33ea561cdaa145a5e15d8b4a8788d03d01ff1 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Thu, 23 May 2019 19:09:49 +0200 Subject: [PATCH] Some fixes for GH deployment --- README.md | 2 ++ _config.yml | 4 +++- _layouts/default.html | 2 +- index.html | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4885f92 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# HiddenSounds +Fan site for Hidden Sounds diff --git a/_config.yml b/_config.yml index cb93593..80421f7 100644 --- a/_config.yml +++ b/_config.yml @@ -11,4 +11,6 @@ defaults: - scope: path: "" values: - layout: "default" \ No newline at end of file + layout: "default" + +baseurl: /HiddenSounds diff --git a/_layouts/default.html b/_layouts/default.html index 3d46795..a7abeb5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,7 +10,7 @@ - + diff --git a/index.html b/index.html index fbcf0de..3e5575d 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ title: Hidden Sounds

{% assign artist = site.artists | where: 'name', song.artist | first %} {% if artist %} - {{ artist.name }} + {{ artist.name }} {% else %} {{ song.artist }} {% endif %}