From 0fe9d215b3a20b4e7a2ef4b393b423258efd2315 Mon Sep 17 00:00:00 2001 From: Yash Mehrotra Date: Sun, 17 Apr 2022 21:33:51 +0530 Subject: [PATCH] Use base url. Fixes #79 (#90) --- layouts/404.html | 2 +- layouts/_default/terms.html | 2 +- layouts/index.html | 4 ++-- layouts/partials/head.html | 12 ++++++------ layouts/partials/header.html | 6 +++--- layouts/partials/list-posts.html | 2 +- layouts/partials/post.html | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index e572eff..9136ad2 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -3,7 +3,7 @@

- 404 ... This page does not exist, go home + 404 ... This page does not exist, go home

- - + + + {{ if .Site.Params.CustomHeadHTML }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index c09fcf7..77a68a4 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -4,7 +4,7 @@ {{ if isset .Site.Params "avatarurl" }}
- avatar + avatar
{{ end }} @@ -16,7 +16,7 @@