Files
site/themes/github.com/schnerring/hugo-mod-json-resume/layouts/partials/json-resume/basics-image.html
2024-01-07 08:49:07 -05:00

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 }}