Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aec4c0c

Browse files
Fixing RSS feed link in blog posts
1 parent 2ebc518 commit aec4c0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

themes/aether/layouts/partials/nav-bar.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ <h1 class="nav-header"><a href="{{ .Site.BaseURL }}" class="nav-text">
1010
{{- $.Site.Title -}}
1111
{{ end }}
1212
</a></h1>
13-
<a href="/matplotblog/index.xml"><img src="/rss.svg" style="width: 25px; margin: 10px" alt="RSS feed"></a>
13+
14+
<a href="{{ "index.xml" | absURL }}"><img src="/rss.svg" style="width: 25px; margin: 10px" alt="RSS feed"></a>
1415
<div class="hamburger-menu">
1516
<button onclick="hamburgerMenuPressed.call(this)" aria-haspopup="true" aria-expanded="false" aria-controls="menu" aria-label="Menu">
1617
<span></span>

0 commit comments

Comments
 (0)