diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-06-27 14:50:20 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-06-27 14:50:20 +0200 |
| commit | 8697555125c57ae64a0c9b78514b4aac4fd523de (patch) | |
| tree | a699df53a7c35a4425f30bca86982c4341f6de40 /themes/simple/layouts | |
| parent | 33b2615a5038bc85036081e8b5e0da8584d88097 (diff) | |
| download | mitjafelicijan.com-8697555125c57ae64a0c9b78514b4aac4fd523de.tar.gz | |
Massive formatting and added figcaption
Diffstat (limited to 'themes/simple/layouts')
| -rw-r--r-- | themes/simple/layouts/_default/_markup/render-image.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/simple/layouts/_default/_markup/render-image.html b/themes/simple/layouts/_default/_markup/render-image.html index 6f46efa..d3df1fd 100644 --- a/themes/simple/layouts/_default/_markup/render-image.html +++ b/themes/simple/layouts/_default/_markup/render-image.html | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | <img | 5 | <img |
| 6 | loading="lazy" | 6 | loading="lazy" |
| 7 | src="{{ .Destination }}?v={{ $cachebuster }}" | 7 | src="{{ .Destination }}?v={{ $cachebuster }}" |
| 8 | alt="{{ .Text }}" title="{{ .Text }}"> | 8 | alt="{{ .Text }}" title="{{ .Text }}"> |
| 9 | </a> | 9 | </a> |
| 10 | <figcaption>{{ .Text }}</figcaption> | ||
| 10 | </figure> | 11 | </figure> |
