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 Jan 29, 2024
1 parent a2485cb commit a5c7542
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 @@ -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(
Expand Down

0 comments on commit a5c7542

Please sign in to comment.