diff options
author | EuAndreh <eu@euandre.org> | 2023-04-08 13:22:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-08 13:24:25 -0300 |
commit | ee71be14a05d0d7da38352f8ff5c19798f96d4eb (patch) | |
tree | 219353fc97fa32bfe5fcadbfcdd024f768d2b2d2 /v2/src/lib/postamble.html | |
parent | v2: src/bin/html: Turn extract_plaintext_snippets() into a () function (diff) | |
download | euandre.org-ee71be14a05d0d7da38352f8ff5c19798f96d4eb.tar.gz euandre.org-ee71be14a05d0d7da38352f8ff5c19798f96d4eb.tar.xz |
v2: Generate collections index.html pages and their "by-category" equivalents
Diffstat (limited to '')
-rw-r--r-- | v2/src/lib/postamble.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/v2/src/lib/postamble.html b/v2/src/lib/postamble.html index 00dc1dc..e55666d 100644 --- a/v2/src/lib/postamble.html +++ b/v2/src/lib/postamble.html @@ -5,16 +5,20 @@ $comment_html <hr /> <ul> <li> - <img class="svg-icon" src="$icon_envelope_url" alt="a envelope icon representing an email address" /> + <img class="svg-icon" src="$icon_envelope_url" alt="$icon_envelope_alt" /> <a href="mailto:$email">$email</a> </li> <li> - <img class="svg-icon" src="$icon_lock_url" alt="a lock icon representing a GPG public key" /> + <img class="svg-icon" src="$icon_lock_url" alt="$icon_lock_alt" /> <a href="$pubkey_url">$pubkey_id</a> </li> </ul> <p> - The content for this site is licensed under <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. The <a href="https://euandre.org/git/euandre.org">code</a> is <a rel="license" href="https://euandre.org/git/euandre.org/tree/COPYING">AGPLv3 or later</a>. Patches welcome. + The content for this site is licensed under + <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. + The <a href="https://euandre.org/git/euandre.org">code</a> is + <a rel="license" href="https://euandre.org/git/euandre.org/tree/COPYING">AGPLv3 or later</a>. + Patches welcome. </p> </footer> </body> |