From b64908c9e2190edf47883c94b5e0210db612d57b Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Wed, 4 Sep 2024 14:48:47 +0800 Subject: [PATCH] :bug: Fix: RSS link target error in social links --- assets/data/social.yml | 2 +- layouts/partials/init/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" . -}}