Skip to content

Commit b86aa3e

Browse files
authored
Change Display Font weight to bold (#271)
change font on splash page to be bold (again)
1 parent 9a53799 commit b86aa3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/shortcodes/blocks/cover.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
<div class="container td-overlay__inner">
4747
<!-- <img id="banner-hero-logo" class="hero-logo" alt="Interlisp Medley logotype" src="/Resources/logoWindows.svg"> -->
4848
<div class="text-center">
49-
{{ with .Get "title" }}<h1 class="display-1 mt-0 mt-md-5 pb-4">{{ $title := . }}{{ with $logo_image }}{{ $logo_image_resized := (.Fit (printf "70x70 %s" $logo_anchor)) }}<img class="td-cover-logo" src="{{ $logo_image_resized.RelPermalink }}" alt="{{ $title | html }} Logo">{{ end }}{{ $title | html }}</h1>{{ end }}
50-
{{ with .Get "subtitle" }}<p class="display-2 mb-0">{{ . | html }}</p>{{ end }}
49+
{{ with .Get "title" }}<h1 class="display-1 fw-bold mt-0 mt-md-5 pb-4">{{ $title := . }}{{ with $logo_image }}{{ $logo_image_resized := (.Fit (printf "70x70 %s" $logo_anchor)) }}<img class="td-cover-logo" src="{{ $logo_image_resized.RelPermalink }}" alt="{{ $title | html }} Logo">{{ end }}{{ $title | html }}</h1>{{ end }}
50+
{{ with .Get "subtitle" }}<p class="display-3 fw-bold mb-0">{{ . | html }}</p>{{ end }}
5151
<div class="pt-3 lead">
5252
{{ if eq .Page.File.Ext "md" }}
5353
{{ .Inner | markdownify }}

0 commit comments

Comments
 (0)