From b84c65fda8ea0cc8db3aba6f0a6446d4bb17cb55 Mon Sep 17 00:00:00 2001 From: am3ra Date: Fri, 5 Feb 2021 01:23:41 -0600 Subject: [PATCH] add baseurl to more internal links in layouts --- _includes/head.html | 2 +- _includes/nav.html | 2 +- _layouts/note.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index b287efa..721ce71 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -11,7 +11,7 @@ - + {% if page.excerpt %} diff --git a/_includes/nav.html b/_includes/nav.html index 5ed31df..ba4dc70 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,3 +1,3 @@
- {{ site.title }} + {{ site.title }}
diff --git a/_layouts/note.html b/_layouts/note.html index 0edb519..6c68ee4 100644 --- a/_layouts/note.html +++ b/_layouts/note.html @@ -22,7 +22,7 @@ layout: default
{% for backlink in page.backlinks %} {% endfor %}