From 552aae4128df864e377d62b620d037f62769ea5d Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Fri, 8 Aug 2025 23:13:37 +0200 Subject: [PATCH] Improve the output by extracting common CSS, and publish with relative paths --- extras/liquid-tags | 2 +- publishconf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/liquid-tags b/extras/liquid-tags index 6842f9e..afc942e 160000 --- a/extras/liquid-tags +++ b/extras/liquid-tags @@ -1 +1 @@ -Subproject commit 6842f9ee8a83485c536cfafa5f27b2bf2b3ea82c +Subproject commit afc942e2c3da5ef0848f8cd97123f487e953ce89 diff --git a/publishconf.py b/publishconf.py index d175de9..7ab6b38 100644 --- a/publishconf.py +++ b/publishconf.py @@ -11,6 +11,6 @@ from pelicanconf import * SITEURL = 'https://pelson.github.io' -RELATIVE_URLS = False +RELATIVE_URLS = True DELETE_OUTPUT_DIRECTORY = True