From af94976bbda6cb99212c78b59a0c76de3dfef0b9 Mon Sep 17 00:00:00 2001 From: aetos Date: Tue, 16 Mar 2021 18:59:14 +0900 Subject: [PATCH] Generate rss url based on relative URL Generate correct URL even if Site.BaseURL is not domain apex. --- layouts/partials/user-profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/user-profile.html b/layouts/partials/user-profile.html index 052e443..c4d7658 100644 --- a/layouts/partials/user-profile.html +++ b/layouts/partials/user-profile.html @@ -148,7 +148,7 @@ {{ end }} {{ if .Site.Params.rss }} - + @rss {{ end }}