File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
layouts/shortcodes/blocks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments