From f877e11f5cb2233f8eca8cad6d4a413d0f485c08 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 8 Nov 2021 23:47:05 +0100 Subject: [PATCH] use relative url --- _includes/footer.html | 2 +- _includes/head.html | 4 ++-- _includes/header.html | 2 +- _layouts/post.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 3854eabb..1044ca1d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,7 +2,7 @@
- + {{ site.title }}

{{ site.tagline }}

diff --git a/_includes/head.html b/_includes/head.html index 887f837d..a146a26e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,8 +2,8 @@ - - + + {{ site.title }}{% if page.title %} - {{ page.title }}{% endif %}
- + {{ site.title }} diff --git a/_layouts/post.html b/_layouts/post.html index 16ef2e37..049a7417 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,7 @@ layout: default
{% if page.backLink or page.backLink == nil %} - +