Skip to content

Commit

Permalink
theme(fix): headline font does not need bold weight set
Browse files Browse the repository at this point in the history
fixes davidsneighbour/kollitsch.dev#1239

Signed-off-by: Patrick Kollitsch <[email protected]>
  • Loading branch information
davidsneighbour committed Oct 1, 2024
1 parent c1dffdc commit 5c6f0ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="container">
{{- partials.Include "func/hook.html" ( collections.Dictionary "hook" "header-topnav-start" "context" . ) -}}
{{- /* Logo/Brand name */ -}}
<div class="navbar-brand fsize-12 fw-bold ff-headline">
<div class="navbar-brand fsize-12 ff-headline">
{{- if site.Params.dnb.theme.logo -}}
<a href="{{- site.BaseURL | urls.RelLangURL -}}" class="mt-2 d-inline-block text-decoration-none">
<img class="rounded-circle" src="{{- site.Params.dnb.theme.logo | urls.AbsURL -}}"
Expand Down Expand Up @@ -148,7 +148,7 @@ <h2 class="invisible d-none">Footer Items</h2>
{{- end -}}
{{- with site.Menus.footer -}}
<div class="widget footer-navigation">
<h3 class="my-5 fw-bold">{{ lang.Translate "theme.footer_menu_header" }}</h3>
<h3 class="my-5">{{ lang.Translate "theme.footer_menu_header" }}</h3>
<ul class="mb-0 list-inline">
{{- range . -}}
<li class="px-2 list-inline-item">
Expand Down Expand Up @@ -197,7 +197,7 @@ <h3 class="my-5 fw-bold">{{ lang.Translate "theme.footer_menu_header" }}</h3>
{{- end -}}
{{- end -}}
<div class="widget social-media">
<h3 class="my-5 fw-bold">{{- lang.Translate "theme.connect-on-social" -}}</h3>
<h3 class="my-5">{{- lang.Translate "theme.connect-on-social" -}}</h3>
<div class="container-sm">
<div class="row row-cols-4 justify-content-md-center">
{{- range $order -}}
Expand Down

0 comments on commit 5c6f0ae

Please sign in to comment.