blob: 00dc1dc01462d01554269e3b3ef375d7e46126ae (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$comment_html
</article>
</main>
<footer>
<hr />
<ul>
<li>
<img class="svg-icon" src="$icon_envelope_url" alt="a envelope icon representing an email address" />
<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" />
<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.
</p>
</footer>
</body>
</html>
|