From 1fe37daaac5f1fc644e140c80fe1f7a27b2b2164 Mon Sep 17 00:00:00 2001 From: Klagarge Date: Thu, 19 Mar 2026 21:46:19 +0100 Subject: [PATCH] fix: template location --- README.md | 1 + md-pdf.ron | 2 +- darko.typ => templates/darko.typ | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename darko.typ => templates/darko.typ (100%) diff --git a/README.md b/README.md index 5f99e88..079fae4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ --- title: "GULAG" subtitle: "Guidelines & Unified Laws for Advanced Gitflow" +template: "darko" --- # General diff --git a/md-pdf.ron b/md-pdf.ron index 599c7b2..2ae8e6a 100644 --- a/md-pdf.ron +++ b/md-pdf.ron @@ -1,5 +1,5 @@ ( - templates_dir: Some("./"), + templates_dir: Some("./templates"), default_template: Some("darko"), default_language: Some("en"), default_toc: Some(false), diff --git a/darko.typ b/templates/darko.typ similarity index 100% rename from darko.typ rename to templates/darko.typ