mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 00:58:13 +00:00
11 lines
202 B
HTML
11 lines
202 B
HTML
{{ if .image }}
|
|
<div class="jr-basics__image">
|
|
<img
|
|
src="{{ .image }}"
|
|
alt="Picture{{ with .name }} of {{ . }}{{ end }}"
|
|
width="250"
|
|
height="250"
|
|
/>
|
|
</div>
|
|
{{ end }}
|