diff --git a/assets/data/social.yml b/assets/data/social.yml index 42b3df1e..309505df 100644 --- a/assets/data/social.yml +++ b/assets/data/social.yml @@ -684,7 +684,7 @@ email: # RSS rss: Weight: 999 - Url: /index.xml + Url: index.xml Title: RSS Newtab: true Icon: diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html index cff82cba..f0f6ee76 100644 --- a/layouts/partials/init/index.html +++ b/layouts/partials/init/index.html @@ -1,4 +1,4 @@ -{{- .Scratch.Set "version" "v0.3.12-c49bb28b" -}} +{{- .Scratch.Set "version" "v0.3.12-1ca9fdb7" -}} {{- .Scratch.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}