diff options
author | clarkzjw <[email protected]> | 2023-03-01 01:05:20 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-03-01 01:05:20 -0800 |
commit | f87fef5388ca419f79c4750810e302cedfc310f5 (patch) | |
tree | 6170fd4fd2434581efe11c054e7c79512858562f /_layouts | |
parent | 898701a2e3be108de7e50af90355076960e595f5 (diff) | |
download | photo-f87fef5388ca419f79c4750810e302cedfc310f5.tar.gz |
update footer
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 168424f..7ff8d4d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html | |||
@@ -26,7 +26,7 @@ | |||
26 | <footer> | 26 | <footer> |
27 | <hr class="hr"> | 27 | <hr class="hr"> |
28 | {% capture label %}View source{% endcapture %} | 28 | {% capture label %}View source{% endcapture %} |
29 | Jinwei Zhao | 29 | Made w/ ❤️ from 🇨🇦 |
30 | (<a href="https://cgit.jinwei.me/clarkzjw/photo/">{{ label }}</a>) | 30 | (<a href="https://cgit.jinwei.me/clarkzjw/photo/">{{ label }}</a>) |
31 | </footer> | 31 | </footer> |
32 | 32 | ||