From a206f70d118cd2873dea92480990ff7c62df5194 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Wed, 25 Oct 2023 20:59:59 +0000 Subject: [PATCH] use slash instead of empty string for absolute url, try to fix links in 'jekyll build' --- _includes/footer-minimal.html | 2 +- _includes/footer.html | 2 +- _includes/nav.html | 6 +++--- feed.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/footer-minimal.html b/_includes/footer-minimal.html index c6a5af5533aa..66b295a71db4 100644 --- a/_includes/footer-minimal.html +++ b/_includes/footer-minimal.html @@ -12,7 +12,7 @@ {% if site.url-pretty %}   •   - {{ site.url-pretty }} + {{ site.url-pretty }} {% endif %} diff --git a/_includes/footer.html b/_includes/footer.html index 66d85559a86c..9bfaf547a326 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -20,7 +20,7 @@ {% if site.url-pretty %}  •  - {{ site.url-pretty }} + {{ site.url-pretty }} {% endif %} diff --git a/_includes/nav.html b/_includes/nav.html index 4a95b95d6e82..8293ca2e0962 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,9 +1,9 @@