Update profile.html

This commit is contained in:
Kuoi 2022-05-12 12:07:20 +01:00 committed by GitHub
parent 7b410c94a3
commit bf004601db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
<table class="contact-list">
<tr>
{{ partial "social" . }}
<td><a href="{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}" target="_blank" title="RSS"><i class="fa fa-rss"></i></a></td>
<td><a href="{{ .Site.BaseURL }}/index.xml" target="_blank" title="RSS"><i class="fa fa-rss"></i></a></td>
</tr>
</table>
</div>