aboutsummaryrefslogtreecommitdiff
path: root/_includes/relBase.html
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-02-28 00:24:24 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-02-28 00:24:24 +0100
commit0a22ac3452d6fc25ea0b422188d20991a5b2da58 (patch)
treebc9fcc7a043aee81dd4266e8a4469a551c3081e7 /_includes/relBase.html
parent1d000946313c5758b2935ed8cc9a64858172ff74 (diff)
Fix all links and advertize IPFS version
Diffstat (limited to '_includes/relBase.html')
-rw-r--r--_includes/relBase.html8
1 files changed, 0 insertions, 8 deletions
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 %}