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.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/themes/rusticus/layouts/partials/home/tax-news.html b/themes/rusticus/layouts/partials/home/tax-news.html
deleted file mode 100644
index c6de685..0000000
--- a/themes/rusticus/layouts/partials/home/tax-news.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-<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>
-