summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/term-link/text.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/partials/term-link/text.html')
-rw-r--r--themes/blowfish/layouts/partials/term-link/text.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/blowfish/layouts/partials/term-link/text.html b/themes/blowfish/layouts/partials/term-link/text.html
new file mode 100644
index 0000000..c467cef
--- /dev/null
+++ b/themes/blowfish/layouts/partials/term-link/text.html
@@ -0,0 +1,15 @@
+<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/4">
+ <h2 class="flex items-center">
+ <a
+ class="text-xl font-medium decoration-primary-500 hover:underline hover:underline-offset-2"
+ href="{{ .Page.RelPermalink }}"
+ >{{ .Page.Title }}</a
+ >
+ {{ if site.Params.taxonomy.showTermCount | default true }}
+ <span class="px-2 text-base text-primary-500">&middot;</span>
+ <span class="text-base text-neutral-400">
+ {{ .Count }}
+ </span>
+ {{ end }}
+ </h2>
+ </article> \ No newline at end of file