aboutsummaryrefslogtreecommitdiff
path: root/v2/src/lib/postamble.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--v2/src/lib/postamble.html10
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>