From a5c7542a4214455e25aa4bb6a27023e427163908 Mon Sep 17 00:00:00 2001 From: Robin Vobruba Date: Mon, 29 Jan 2024 18:39:59 +0100 Subject: [PATCH] Fixes non-inclusion (linking to) CSS for Voc too [fix #183] --- pylode/profiles/vocpub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylode/profiles/vocpub.py b/pylode/profiles/vocpub.py index ec80c27..28b95ca 100644 --- a/pylode/profiles/vocpub.py +++ b/pylode/profiles/vocpub.py @@ -287,7 +287,7 @@ def _make_head( else: link(href="pylode.css", rel="stylesheet", type="text/css") shutil.copy( - Path(__file__).parent / "pylode.css", + Path(__file__).parent.parent / "pylode.css", destination.parent / "pylode.css", ) link(