summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials/home/tax-news.html
diff options
context:
space:
mode:
authorRomeo Disca <romeo.disca@gmail.com>2019-04-26 17:35:31 +0200
committerRomeo Disca <romeo.disca@gmail.com>2019-04-26 17:35:31 +0200
commit56b90d3deae11bdda58c15505c5c0a0662caa3ea (patch)
treec5d9d1d318a996cdc55ce8bbaf2729961ca2b5f8 /themes/rusticus/layouts/partials/home/tax-news.html
parent358a2e2b54b5933716c0bc88c8730696d1a6d81b (diff)
generalize front-page-summary
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>
-