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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/rusticus/layouts/partials/home/tax-news.html b/themes/rusticus/layouts/partials/home/tax-news.html
index d997be6..c100881 100644
--- a/themes/rusticus/layouts/partials/home/tax-news.html
+++ b/themes/rusticus/layouts/partials/home/tax-news.html
@@ -1,7 +1,7 @@
<ul>
- {{ range first 3 .Site.Taxonomies.information.news.Pages.ByExpiryDate }}
+ {{ range first 3 (.Site.GetPage "section" "news").Pages.ByExpiryDate }}
<li hugo-nav="{{ .RelPermalink}}">
<a href="{{ .Permalink}}">{{ .LinkTitle }}</a>
</li>