mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-10-04 08:46:00 +00:00
Add themes in-tree
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{{ if .image }}
|
||||
<div class="jr-basics__image">
|
||||
<img
|
||||
src="{{ .image }}"
|
||||
alt="Picture{{ with .name }} of {{ . }}{{ end }}"
|
||||
width="250"
|
||||
height="250"
|
||||
/>
|
||||
</div>
|
||||
{{ end }}
|
Reference in New Issue
Block a user