Add HMS logo to conference page :)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user