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