From b2099b70fdce74158ca9fd9bf26cb788d181ff55 Mon Sep 17 00:00:00 2001 From: Pat Hawks Date: Wed, 6 Jan 2016 09:52:26 -0800 Subject: [PATCH] Use prepend for URLs --- lib/template.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/template.html b/lib/template.html index 1814619..89a7004 100644 --- a/lib/template.html +++ b/lib/template.html @@ -49,8 +49,8 @@ {% endif %} {% if seo_url %} - - + + {% endif %} {% if site.title %} @@ -72,10 +72,10 @@ {% if page.date %} {% if page.next.url %} - + {% endif %} {% if page.previous.url %} - + {% endif %}