Skip to content

Commit

Permalink
Fixes non-inclusion (linking to) CSS for Voc too [fix RDFLib#183]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed May 18, 2024
1 parent aea707f commit d03025a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylode/profiles/vocpub.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d03025a

Please sign in to comment.