Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-11-03 06:49:27 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-11-03 06:49:27 +0300
commit3bc1080f9dad8d291abb4bb1285bfdc918d4829e (patch)
treec654ff7624416a49162335b075e2657cc9bff8b3 /layouts/taxonomy/category.html
parentbbfcb2e2a67d3fd44913748a334ebe96cfeb07bc (diff)
Refactor typography; add Inter everywhere
Diffstat (limited to 'layouts/taxonomy/category.html')
-rw-r--r--layouts/taxonomy/category.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/taxonomy/category.html b/layouts/taxonomy/category.html
index 63642cd..ddcef29 100644
--- a/layouts/taxonomy/category.html
+++ b/layouts/taxonomy/category.html
@@ -2,7 +2,7 @@
<div id="reading-progress-bar" role="presentation" class="fixed z-10 top-0 left-0 h-1 bg-gray-700"></div>
<article class="article">
- <h1 class="artitle__title"><a href="{{.Permalink}}">Posts in the {{ .Title }} category</a></h1>
+ <h1><a href="{{.Permalink}}" class="no-underline">Posts in the {{ .Title }} category</a></h1>
{{ range .Paginator.Pages }}
<div class="border-b border-gray-400">