summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials/home/tax-news.html
blob: c100881a3d3c09097e2e1953beb93b6f74503334 (plain)
1
2
3
4
5
6
7
8
9
10
<ul>
    {{ range first 3 (.Site.GetPage "section" "news").Pages.ByExpiryDate }}
        <li hugo-nav="{{ .RelPermalink}}">
            <a href="{{ .Permalink}}">{{ .LinkTitle }}</a>
        </li>
    {{ end }}
</ul>