aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-24 19:31:26 -0400
committertdro <tdro@noreply.example.com>2022-05-24 19:31:26 -0400
commitfbf386ebd6a8a279a0dc0de3e19eb0c29cc41e71 (patch)
tree14d8dd852d7782f4f2e73b19b881be249972f79b /themes
parentaabe5dadf735d64e7a45cf5a618b5c6f7aa8f547 (diff)
downloadcanory-fbf386ebd6a8a279a0dc0de3e19eb0c29cc41e71.tar.gz
canory-fbf386ebd6a8a279a0dc0de3e19eb0c29cc41e71.tar.bz2
canory-fbf386ebd6a8a279a0dc0de3e19eb0c29cc41e71.zip
config: Keep files under sources
Remove extra source folder in public path.
Diffstat (limited to 'themes')
-rw-r--r--themes/default/layouts/_default/home.sources.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/layouts/_default/home.sources.html b/themes/default/layouts/_default/home.sources.html
index 720f249..8297794 100644
--- a/themes/default/layouts/_default/home.sources.html
+++ b/themes/default/layouts/_default/home.sources.html
@@ -35,7 +35,7 @@
{{ range sort $_default ".ModTime" "desc" }}
{{ if not .IsDir }}
<li>
- <a download title="{{ .Name }}" href="{{ $.Site.BaseURL }}/source/files/_default/{{ .Name }}">
+ <a download title="{{ .Name }}" href="{{ $.Site.BaseURL }}/sources/files/_default/{{ .Name }}">
<code>
<span>{{- .ModTime | time.Format "2006-01-02 15:04 MST" }}</span>
<span>{{ .Name }}</span>
@@ -52,7 +52,7 @@
{{ range sort $_markup ".ModTime" "desc" }}
{{ if not .IsDir }}
<li>
- <a download title="{{ .Name }}" href="{{ $.Site.BaseURL }}/source/files/_default/_markup/{{ .Name }}">
+ <a download title="{{ .Name }}" href="{{ $.Site.BaseURL }}/sources/files/_default/_markup/{{ .Name }}">
<code>
<span>{{- .ModTime | time.Format "2006-01-02 15:04 MST" }}</span>
<span>{{ .Name }}</span>
@@ -69,7 +69,7 @@
{{ range sort $partials ".ModTime" "desc" }}
{{ if not .IsDir }}
<li>
- <a download title="{{ .Name }}" href="{{ $.Site.BaseURL }}/source/files/partials/{{ .Name }}">
+ <a download title="{{ .Name }}" href="{{ $.Site.BaseURL }}/sources/files/partials/{{ .Name }}">
<code>
<span>{{- .ModTime | time.Format "2006-01-02 15:04 MST" }}</span>
<span>{{ .Name }}</span>
@@ -86,7 +86,7 @@
{{ range sort $shortcodes ".ModTime" "desc" }}
{{ if not .IsDir }}
<li>
- <a download title="{{ .Name }}" href="{{ $.Site.BaseURL }}/source/files/shortcodes/{{ .Name }}">
+ <a download title="{{ .Name }}" href="{{ $.Site.BaseURL }}/sources/files/shortcodes/{{ .Name }}">
<code>
<span>{{- .ModTime | time.Format "2006-01-02 15:04 MST" }}</span>
<span>{{ .Name }}</span>