aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-19 20:57:28 -0700
committerFuwn <[email protected]>2022-04-19 20:57:28 -0700
commit620dca355d69f3dee1abff05f832c557b74bafce (patch)
tree04a48b182267bcc4029fdc573cb2e464b867d984
parentchore: remove redundant ignored files (diff)
downloadlocus-620dca355d69f3dee1abff05f832c557b74bafce.tar.xz
locus-620dca355d69f3dee1abff05f832c557b74bafce.zip
refactor(templates): move templates
-rw-r--r--content/templates/main.hbs (renamed from templates/main.hbs)0
-rw-r--r--content/templates/partials/footer.hbs (renamed from templates/partials/footer.hbs)0
-rw-r--r--content/templates/partials/header.hbs (renamed from templates/partials/header.hbs)0
-rw-r--r--yarte.toml2
4 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.hbs b/content/templates/main.hbs
index ef1743d..ef1743d 100644
--- a/templates/main.hbs
+++ b/content/templates/main.hbs
diff --git a/templates/partials/footer.hbs b/content/templates/partials/footer.hbs
index 031c519..031c519 100644
--- a/templates/partials/footer.hbs
+++ b/content/templates/partials/footer.hbs
diff --git a/templates/partials/header.hbs b/content/templates/partials/header.hbs
index a52a042..a52a042 100644
--- a/templates/partials/header.hbs
+++ b/content/templates/partials/header.hbs
diff --git a/yarte.toml b/yarte.toml
index 69f4476..17c5ecc 100644
--- a/yarte.toml
+++ b/yarte.toml
@@ -1,2 +1,2 @@
[main]
-dir = "templates"
+dir = "content/templates"