From 0a22ac3452d6fc25ea0b422188d20991a5b2da58 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Wed, 28 Feb 2018 00:24:24 +0100 Subject: Fix all links and advertize IPFS version --- _includes/head.html | 9 ++++----- _includes/header.html | 13 ++++++------- _includes/relBase.html | 8 -------- 3 files changed, 10 insertions(+), 20 deletions(-) delete mode 100644 _includes/relBase.html (limited to '_includes') diff --git a/_includes/head.html b/_includes/head.html index 9bedb01..05e0c13 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,16 +1,15 @@ -{% include relBase.html %} Noah Loomans - + - - - + + + {% if page.info %} diff --git a/_includes/header.html b/_includes/header.html index eb46a8e..a6bdaab 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,8 +1,7 @@ -{% include relBase.html %}
@@ -11,10 +10,10 @@ diff --git a/_includes/relBase.html b/_includes/relBase.html deleted file mode 100644 index b2d4bc4..0000000 --- a/_includes/relBase.html +++ /dev/null @@ -1,8 +0,0 @@ -{% assign relBase = '' %} -{% assign tempDepth = page.url | append: 'hackish-solution' | split: '/' | size | minus: 2 %} -{% for i in (1..tempDepth) %} - {% assign relBase = relBase | append: "../" %} -{% endfor %} -{% if relBase == '' %} - {% assign relBase = './' %} -{% endif %} -- cgit v1.1