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