aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-03-10 21:14:40 -0800
committerclarkzjw <[email protected]>2023-03-10 21:14:40 -0800
commit78d996f287ecc2c4ab8c4580f8d2ba0a1eed963e (patch)
treec7575cadabf63d58f230bb61ae39db971c0c0865 /site/index.html
parentf68bb4719a4da7115953cc2ab10f20baee329741 (diff)
downloadphoto-78d996f287ecc2c4ab8c4580f8d2ba0a1eed963e.tar.gz
update caption
Diffstat (limited to 'site/index.html')
-rw-r--r--site/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/site/index.html b/site/index.html
index 8071de9..f8b34a1 100644
--- a/site/index.html
+++ b/site/index.html
@@ -37,6 +37,10 @@ title: Photos
37 </a> 37 </a>
38 <figcaption> 38 <figcaption>
39 {{ photo.caption | strip | markdownify }} 39 {{ photo.caption | strip | markdownify }}
40 <span class="desc photo-exif" style="font-size:9.0pt" >
41 {{ photo.model | strip }}
42 </span>
43 <br>
40 <span class="desc photo-metadata"> 44 <span class="desc photo-metadata">
41 {{ photo.createdAt | date: "%Y/%m/%d (%a)" }} 45 {{ photo.createdAt | date: "%Y/%m/%d (%a)" }}
42 </span> 46 </span>
Powered by cgit v1.2.3 (git 2.41.0)