diff --git a/_includes/header.html b/_includes/header.html index f520964..4742989 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -6,9 +6,9 @@
Physicist, Programmer, Maker and Baker
- GitHub {% include github.svg %} - Mastodon {% include mastodon.svg %} - RSS {% include RSS.svg %} + GitHub {% include icons/github.svg %} + Mastodon {% include icons/mastodon.svg %} + RSS {% include icons/rss.svg %}
{% include sidebar.html%} diff --git a/_includes/github.svg b/_includes/icons/github.svg similarity index 100% rename from _includes/github.svg rename to _includes/icons/github.svg diff --git a/_includes/mastodon.svg b/_includes/icons/mastodon.svg similarity index 100% rename from _includes/mastodon.svg rename to _includes/icons/mastodon.svg diff --git a/_includes/rss.svg b/_includes/icons/rss.svg similarity index 100% rename from _includes/rss.svg rename to _includes/icons/rss.svg