🚚 Make taxonomy indexes generic

pull/155/head
James Panther 2021-08-11 17:21:24 +10:00
parent a6a3ee761e
commit f97add5d5f
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
3 changed files with 4 additions and 2532 deletions

View File

@ -1,14 +1,10 @@
{{ define "main" }}
{{ partial "section-heading.html" . }}
<section class="flex flex-wrap -mx-2 overflow-hidden">
{{ range .Site.Taxonomies.topics }}
<article
class="w-full px-2 my-3 overflow-hidden sm:w-1/2 md:w-1/3 lg:w-1/4 xl:w-1/5"
>
{{ range .Data.Terms }}
<article class="w-full px-2 my-3 overflow-hidden sm:w-1/2 md:w-1/3 lg:w-1/4 xl:w-1/5">
<h2>
<a
class="text-xl font-medium hover:underline"
href="{{ .Page.Permalink }}"
<a class="text-xl font-medium hover:underline" href="{{ .Page.Permalink }}"
>{{ .Page.Title }}</a
>
<span class="text-base text-gray-400">

File diff suppressed because one or more lines are too long