File tree 1 file changed +2
-2
lines changed
layouts/shortcodes/blocks
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
< div class ="container td-overlay__inner ">
47
47
<!-- <img id="banner-hero-logo" class="hero-logo" alt="Interlisp Medley logotype" src="/Resources/logoWindows.svg"> -->
48
48
< 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 }}
51
51
< div class ="pt-3 lead ">
52
52
{{ if eq .Page.File.Ext "md" }}
53
53
{{ .Inner | markdownify }}
You can’t perform that action at this time.
0 commit comments