diff options
| author | Fuwn <[email protected]> | 2022-04-19 20:57:28 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-19 20:57:28 -0700 |
| commit | 620dca355d69f3dee1abff05f832c557b74bafce (patch) | |
| tree | 04a48b182267bcc4029fdc573cb2e464b867d984 | |
| parent | chore: remove redundant ignored files (diff) | |
| download | locus-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.toml | 2 |
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 @@ -1,2 +1,2 @@ [main] -dir = "templates" +dir = "content/templates" |