summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials/home/tax-news.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/rusticus/layouts/partials/home/tax-news.html')
-rw-r--r--themes/rusticus/layouts/partials/home/tax-news.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/rusticus/layouts/partials/home/tax-news.html b/themes/rusticus/layouts/partials/home/tax-news.html
index c100881..4242009 100644
--- a/themes/rusticus/layouts/partials/home/tax-news.html
+++ b/themes/rusticus/layouts/partials/home/tax-news.html
@@ -3,7 +3,10 @@
<ul>
{{ range first 3 (.Site.GetPage "section" "news").Pages.ByExpiryDate }}
<li hugo-nav="{{ .RelPermalink}}">
- <a href="{{ .Permalink}}">{{ .LinkTitle }}</a>
+ <a href="{{ .Permalink}}">
+ <h3>{{ .LinkTitle }}</h3>
+ <p>{{ .Summary }}</p>
+ </a>
</li>
{{ end }}
</ul>