Generate rss url based on relative URL

Generate correct URL even if Site.BaseURL is not domain apex.
This commit is contained in:
aetos
2021-03-16 18:59:14 +09:00
parent bc338bcb8d
commit af94976bbd

View File

@@ -148,7 +148,7 @@
{{ end }} {{ end }}
{{ if .Site.Params.rss }} {{ if .Site.Params.rss }}
<a class="avatar-group-item" href="{{ "/index.xml" | absURL }}"> <a class="avatar-group-item" href="{{ "index.xml" | absURL }}">
<img alt="@rss" width="32" height="32" src="{{ "images/rss.png" | absURL }}" class="avatar"> <img alt="@rss" width="32" height="32" src="{{ "images/rss.png" | absURL }}" class="avatar">
</a> </a>
{{ end }} {{ end }}