Add HMS logo to conference page :)

This commit is contained in:
Abner Coimbre
2024-11-06 16:58:48 -08:00
parent 44fbb4075d
commit 649dfcb0e8
2 changed files with 7 additions and 1 deletions

View File

@@ -35,6 +35,11 @@
{{ if .subtitle }}
<h4 class="mb-4 {{ .subtitle_class }}">{{ .subtitle }}</h4>
{{ end }}
{{ if .image }}
<figure class="flex justify-center items-center">
{{ partial "image" (dict "Src" .image "Alt" "Banner" "Class" "w-1/3 h-1/3" ) }}
</figure>
{{ end }}
<h2 class="{{ .title_class }}">
{{ .title | markdownify }}
</h2>