conceal github link

This commit is contained in:
Joshua Seigler 2025-06-14 04:41:36 -04:00
parent e927c4847c
commit 78034d1de2
2 changed files with 3 additions and 4 deletions

View file

@ -2,12 +2,10 @@
<section> <section>
&copy; Joshua Seigler 2025. &copy; Joshua Seigler 2025.
- -
<a href="https://github.com/seigler" rel="me noopener" target="_blank">GitHub</a> <a rel="me" href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
- -
<a href="/feed.xml">RSS</a> <a href="/feed.xml">RSS</a>
- -
<a rel="me" href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
-
<a href="/unoffice-hours/">Unoffice Hours</a> <a href="/unoffice-hours/">Unoffice Hours</a>
</section> </section>
<section> <section>

View file

@ -9,6 +9,7 @@ title: Joshua's Homepage
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<link rel="stylesheet" href="{{ "/site.css" | url }}"/> <link rel="stylesheet" href="{{ "/site.css" | url }}"/>
<link rel="me" href="https://github.com/seigler"/>
<link rel="webmention" href="https://webmention.io/joshua.seigler.net/webmention"/> <link rel="webmention" href="https://webmention.io/joshua.seigler.net/webmention"/>
<title>{{ computedTitle }} - {{ site.title }}</title> <title>{{ computedTitle }} - {{ site.title }}</title>
<meta name="description" content="{{ description }}"/> <meta name="description" content="{{ description }}"/>
@ -33,4 +34,4 @@ title: Joshua's Homepage
</main> </main>
{% include "-footer.njk" %} {% include "-footer.njk" %}
</body> </body>
</html> </html>