standardizing heading fonts
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user