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.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/rusticus/layouts/partials/home/tax-news.html b/themes/rusticus/layouts/partials/home/tax-news.html
new file mode 100644
index 0000000..d997be6
--- /dev/null
+++ b/themes/rusticus/layouts/partials/home/tax-news.html
@@ -0,0 +1,10 @@
+
+
+<ul>
+ {{ range first 3 .Site.Taxonomies.information.news.Pages.ByExpiryDate }}
+ <li hugo-nav="{{ .RelPermalink}}">
+ <a href="{{ .Permalink}}">{{ .LinkTitle }}</a>
+ </li>
+ {{ end }}
+</ul>
+