mirror of https://github.com/jpanther/congo.git
Compare commits
2 Commits
68f297c97b
...
cfebab6d6e
Author | SHA1 | Date |
---|---|---|
Wolf Noble | cfebab6d6e | |
Wolf Noble | 984bb01c79 |
|
@ -3,7 +3,9 @@
|
|||
{{ with .Site.Author.image }}
|
||||
{{ $authorImage := resources.Get . }}
|
||||
{{ if $authorImage }}
|
||||
{{- if ne $authorImage.MediaType.SubType "svg" }}
|
||||
{{ $authorImage := $authorImage.Fill "192x192 Center" }}
|
||||
{{- end }}
|
||||
<img
|
||||
class="!mb-0 !mt-0 me-4 h-24 w-24 rounded-full"
|
||||
width="96"
|
||||
|
|
|
@ -7,7 +7,9 @@
|
|||
{{ with .Site.Author.image }}
|
||||
{{ $authorImage := resources.Get . }}
|
||||
{{ if $authorImage }}
|
||||
{{- if ne $authorImage.MediaType.SubType "svg" }}
|
||||
{{ $authorImage := $authorImage.Fill "288x288 Center" }}
|
||||
{{- end }}
|
||||
<img
|
||||
class="mb-2 h-36 w-36 rounded-full"
|
||||
width="144"
|
||||
|
|
Loading…
Reference in New Issue