aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-12-30 16:39:52 -0500
committertdro <tdro@noreply.example.com>2023-12-30 16:39:52 -0500
commit4e6d2470334d97bef515edec0495fa763639f751 (patch)
tree4d3ab0cf93565f50895ab3a42d1c7404bb894802 /themes/default/layouts
parentb8e1c5a3d9d37e8e49cce22a0fdcda260ed481dc (diff)
downloadcanory-4e6d2470334d97bef515edec0495fa763639f751.tar.gz
canory-4e6d2470334d97bef515edec0495fa763639f751.tar.bz2
canory-4e6d2470334d97bef515edec0495fa763639f751.zip
config: Remove archives messages directory
Not needed
Diffstat (limited to 'themes/default/layouts')
-rw-r--r--themes/default/layouts/_default/home.archives.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/home.archives.html b/themes/default/layouts/_default/home.archives.html
index 3040c86..bfc5358 100644
--- a/themes/default/layouts/_default/home.archives.html
+++ b/themes/default/layouts/_default/home.archives.html
@@ -2,7 +2,7 @@
{{- define "description" -}}An archive of all items &mdash; {{ end -}}
{{- define "styles" -}}
<style>
- {{ partial "navigator.css.html" (dict "Link" "/archives/messages/") | safeCSS }}
+ {{ partial "navigator.css.html" (dict "Link" "/archives/") | safeCSS }}
</style>
{{- end -}}