summary refs log tree commit diff stats
diff options
context:
space:
mode:
author2023-07-12 01:07:34 -0400
committer2023-07-12 01:07:34 -0400
commitd85603c4cc2628519c34df9cc94cabda59aff769 (patch)
treed15fa672f6b1c3b1edab5b9bc04df59fb4b047f7
parentaabdd910bd7a3afeafb4a7f1ab905bec96c09500 (diff)
downloadblog.kusoneko.moe-d85603c4cc2628519c34df9cc94cabda59aff769.tar.gz
-rw-r--r--themes/kusoneko.moe/layouts/partials/sidebar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/kusoneko.moe/layouts/partials/sidebar.html b/themes/kusoneko.moe/layouts/partials/sidebar.html
index b09db95..a06af6d 100644
--- a/themes/kusoneko.moe/layouts/partials/sidebar.html
+++ b/themes/kusoneko.moe/layouts/partials/sidebar.html
@@ -1,7 +1,7 @@
-{{- if .Param "showrss" }}<a href="/index.xml"><img src="/rss.svg" alt="RSS Feed" title="Subscribe via RSS for updates."></a>{{ end }}
+{{- if .Param "showrss" }}<a href="/index.xml"><img src="/rss.svg" style="max-height:2em;" alt="RSS Feed" title="Subscribe via RSS for updates."> My RSS Feed</a>{{ end }}
 <h2>Last Posts</h2>
 <ul>
 {{ range first 10 .Site.RegularPages }}
-    <li>{{ .Title }} ({{ .Date.Format "2006-01-02" }})</li>
+<li><a href="{{ .Permalink }}">{{ .Title }} ({{ .Date.Format "2006-01-02" }})</a></li>
 {{ end }}
 </ul>