mirror of
https://github.com/BioArchLinux/hugo-theme-archbio.git
synced 2025-03-10 12:02:42 +00:00
Update profile.html
This commit is contained in:
parent
7b410c94a3
commit
bf004601db
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue