standardizing heading fonts
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<section>
|
||||
<h2 class="text-4xl mb-4 font-iosevka">Facilitators</h2>
|
||||
<h2 class="text-4xl mb-4">Facilitators</h2>
|
||||
<div class="tag-cloud font-iosevka text-gray-600">
|
||||
{{ $facilitators := slice }}
|
||||
{{ range .Site.RegularPages }}
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
{{- if gt (len $finalArticles) 0 -}}
|
||||
<div class="related-articles flex flex-col gap-4">
|
||||
<h2 class="title text-3xl">Related Articles</h2>
|
||||
<h2 class="title text-3xl font-bold">Related Articles</h2>
|
||||
<ul class="flex flex-col gap-4 w-full">
|
||||
{{ partial "article-list" (dict "Pages" $finalArticles) }}
|
||||
</ul>
|
||||
|
@ -1,5 +1,5 @@
|
||||
{{- if .Params.tags }}
|
||||
<div class="flex flex-wrap gap-2 my-2 text-xs">
|
||||
<div class="flex flex-wrap gap-2 my-2 text-xs font-iosevka">
|
||||
{{- range .Params.tags }}
|
||||
<a href="{{ "tags/" | relURL }}{{ . | urlize }}"
|
||||
class="px-3 py-1 border border-green-100 hover:bg-green-300 text-green-900 rounded no-underline">
|
||||
|
Reference in New Issue
Block a user