summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials/home/tax-news.html
blob: c6de685f968c8349f5252a4a5a0d3e89a5aab5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<ul class="front-page-summary">
    {{ 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>