diff --git a/quarkdown/quarkify.py b/quarkdown/quarkify.py index 7a4bc50..c9071ed 100644 --- a/quarkdown/quarkify.py +++ b/quarkdown/quarkify.py @@ -53,6 +53,7 @@ def export(file: ContentFile) -> dict: with open(path) as source: content = source.read().format( + title = load.get("title", "Assort"), styles = styles, darkness = load.get("duality", "light") == "dark", header = header, diff --git a/quarkdown/resources/core.html b/quarkdown/resources/core.html index 81194ef..c8b0108 100644 --- a/quarkdown/resources/core.html +++ b/quarkdown/resources/core.html @@ -1,13 +1,17 @@ - +
+