mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-19 09:03:02 -04:00
🚚 Make taxonomy indexes generic
This commit is contained in:
@@ -1,14 +1,10 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ partial "section-heading.html" . }}
|
{{ partial "section-heading.html" . }}
|
||||||
<section class="flex flex-wrap -mx-2 overflow-hidden">
|
<section class="flex flex-wrap -mx-2 overflow-hidden">
|
||||||
{{ range .Site.Taxonomies.topics }}
|
{{ range .Data.Terms }}
|
||||||
<article
|
<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">
|
||||||
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>
|
<h2>
|
||||||
<a
|
<a class="text-xl font-medium hover:underline" href="{{ .Page.Permalink }}"
|
||||||
class="text-xl font-medium hover:underline"
|
|
||||||
href="{{ .Page.Permalink }}"
|
|
||||||
>{{ .Page.Title }}</a
|
>{{ .Page.Title }}</a
|
||||||
>
|
>
|
||||||
<span class="text-base text-gray-400">
|
<span class="text-base text-gray-400">
|
||||||
+1
-2525
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user