From 99eadd46e48b17f1512b8f066e7a824d3a1a27a1 Mon Sep 17 00:00:00 2001 From: Brandon Rosage Date: Mon, 4 Mar 2019 11:22:35 -0600 Subject: [PATCH] support baseurl in path to posts and back home --- _includes/post-card.html | 2 +- _layouts/default.html | 2 +- _layouts/post.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/post-card.html b/_includes/post-card.html index 168c3c6..9cf84d6 100644 --- a/_includes/post-card.html +++ b/_includes/post-card.html @@ -1,7 +1,7 @@

- + {{ post.title }}

diff --git a/_layouts/default.html b/_layouts/default.html index ab7a261..e41abe1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -20,7 +20,7 @@