diff options
| author | 2025-08-31 11:16:59 +0700 | |
|---|---|---|
| committer | 2025-08-31 11:16:59 +0700 | |
| commit | 9340e7022d95c912db5f1d9fcb0313743ae3cb4a (patch) | |
| tree | 8c5c953d8110f54cbdd4780699b5d7d65a3c1295 /views/partials/general-page-footer.html | |
| parent | 1c14a4088b068fefe425cad1acdde2d603bd27a9 (diff) | |
| download | web-9340e7022d95c912db5f1d9fcb0313743ae3cb4a.tar.gz web-9340e7022d95c912db5f1d9fcb0313743ae3cb4a.zip | |
refactor: prepare layout for SPA
Diffstat (limited to 'views/partials/general-page-footer.html')
| -rw-r--r-- | views/partials/general-page-footer.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/partials/general-page-footer.html b/views/partials/general-page-footer.html new file mode 100644 index 0000000..af6aec9 --- /dev/null +++ b/views/partials/general-page-footer.html @@ -0,0 +1,7 @@ +{{ block "footer" . }}{{ end }} +<p class="grow content-center text-[1vmax]/[1] font-spectral italic text-right text-secondary mr-2"> + All the photos on <a href="https://saya.today/">saya.today</a> are licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> by <a href="https://t.me/EarlInisMona">Saya Andy</a> © {{ .PublishedYear }} +</p> +<img class="max-w-[1vmax] max-h-[1vmax] self-center" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="CC"> +<img class="max-w-[1vmax] max-h-[1vmax] self-center" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="BY"> +<img class="max-w-[1vmax] max-h-[1vmax] self-center" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="SA">
\ No newline at end of file |