M templates/computers.html.tera => templates/computers.html.tera +1 -1
@@ 1,7 1,7 @@
{% extends "nav" %}
{% block content %}
<h2>Computers</h2>
- <p>You can find some of my code on <a href="https://github.com/mycognosist">GitHub</a> and <a href="https://git.sr.ht/~glyph">Sourcehut</a>.</p>
+ <p>You can find some of my code on <a href="https://github.com/mycognosist" title="glyph's GitHub repo">GitHub</a> and <a href="https://git.sr.ht/~glyph" title="glyph's Sourcehut repo">Sourcehut</a>.</p>
<h3>Posts</h3>
<ul>
<li><a href="/computers/rust-compilation">Cross-Compiling Rust for Debian Buster on Raspberry Pi 3B+</a> - <i>18 May, 2020</i></li>
M templates/home.html.tera => templates/home.html.tera +0 -1
@@ 5,7 5,6 @@
<h2>Contact Information</h2>
<ul style="padding: 0;">
<li class="list-item">Email: <a href="mailto:glyph@mycelial.technology" title="glyph's Email address">glyph@mycelial.technology</a></li>
- <li class="list-item">Sourcehut: <a href="https://git.sr.ht/~glyph" title="glyph's Sourcehut repo">@glyph</a></li>
<li class="list-item">Merveilles: <a href="https://merveilles.town/@glyph" title="glyph's Fediverse profile">@glyph</a></li>
<li class="list-item" style="word-wrap: break-word;" title="glyph's Scuttlebutt profile">Scuttlebutt: @HEqy940T6uB+T+d9Jaa58aNfRzLx9eRWqkZljBmnkmk=.ed25519</li>
</ul>