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 e07295a commit f7480c7
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 @@ -293,7 +293,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 f7480c7

Please sign in to comment.