Skip to content

Commit

Permalink
Merge pull request MeiK2333#67 from aetos382/rss-url-with-baseurl
Browse files Browse the repository at this point in the history
Generate rss url based on relative URL
  • Loading branch information
MeiK2333 authored Mar 17, 2021
2 parents bc338bc + af94976 commit 9f0e30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/user-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h2 class="mb-2 h4">Organizations</h2>
{{ end }}

{{ 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">
</a>
{{ end }}
Expand Down

0 comments on commit 9f0e30d

Please sign in to comment.