From d03025a92e33a0d15e2ec03b21ea125625686158 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 acd6f2fc..c8b9bf05 100644 --- a/pylode/profiles/vocpub.py +++ b/pylode/profiles/vocpub.py @@ -297,7 +297,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(