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 --- _layouts/random-project.html | 5 ++--- _layouts/slides.html | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to '_layouts') diff --git a/_layouts/random-project.html b/_layouts/random-project.html index bae9a24..88c763b 100644 --- a/_layouts/random-project.html +++ b/_layouts/random-project.html @@ -1,6 +1,5 @@ --- --- -{% include relBase.html %} {% include head.html %} @@ -8,11 +7,11 @@ {% if page.branding == true %}
Random Project
- Go to main site + Go to main site
{% endif %} {{ content }} diff --git a/_layouts/slides.html b/_layouts/slides.html index 47be94e..4c902ab 100644 --- a/_layouts/slides.html +++ b/_layouts/slides.html @@ -1,10 +1,9 @@ -{% include relBase.html %} {{ page.title }} - + {% for style in page.styles %} @@ -12,7 +11,7 @@ {{ content }} - + {% for script in page.scripts %} {% endfor %} -- cgit v1.1