Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebc518 commit aec4c0cCopy full SHA for aec4c0c
themes/aether/layouts/partials/nav-bar.html
@@ -10,7 +10,8 @@ <h1 class="nav-header"><a href="{{ .Site.BaseURL }}" class="nav-text">
10
{{- $.Site.Title -}}
11
{{ end }}
12
</a></h1>
13
- <a href="/matplotblog/index.xml"><img src="/rss.svg" style="width: 25px; margin: 10px" alt="RSS feed"></a>
+
14
+ <a href="{{ "index.xml" | absURL }}"><img src="/rss.svg" style="width: 25px; margin: 10px" alt="RSS feed"></a>
15
<div class="hamburger-menu">
16
<button onclick="hamburgerMenuPressed.call(this)" aria-haspopup="true" aria-expanded="false" aria-controls="menu" aria-label="Menu">
17
<span></span>
0 commit comments