aboutsummaryrefslogtreecommitdiff
path: root/themes/neonxp/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/neonxp/layouts/_default/list.html')
-rw-r--r--themes/neonxp/layouts/_default/list.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/neonxp/layouts/_default/list.html b/themes/neonxp/layouts/_default/list.html
index 6a399e7..208d565 100644
--- a/themes/neonxp/layouts/_default/list.html
+++ b/themes/neonxp/layouts/_default/list.html
@@ -9,7 +9,12 @@
<div class="h-entry col-xs-12 col-sm-12 col-md-8 col-lg-8">
{{ if .Title }}
<article>
- <header>{{ .Title }}</header>
+ <header>
+ <div class="row between-sm">
+ <span class="p-name"> {{ .Title }} </span>
+ <a href="index.xml">{{ partial "icon.html" "rss" }}</a>
+ </div>
+ </header>
{{ .Content }}
</article>
{{ end }}