add contact.md

This commit is contained in:
mtgmonkey
2025-08-05 11:31:01 -04:00
parent 1758d92661
commit 2b36425310
2 changed files with 19 additions and 0 deletions

18
content/contact.md Normal file
View File

@@ -0,0 +1,18 @@
+++
title = "Contact"
template = "links.html"
+++
If a handle is left blank, that means that I am available through that service but uncomfortable sharing that contact publicly. Please ask for that contact through another means
My phone number will **not** be active until I return to the States
Contact in a non-English language is preferred; I won't respond to non-emergency English-language communications after 09 August, as immersion is important to me
| Service | Handle |
|-|-|
| Matrix | @andromeda:tchncs.de |
| Signal | Andromeda.15 |
| Spacebar | |
| Email | |
| Whatsapp | |

View File

@@ -6,4 +6,5 @@
</h1> </h1>
<p><a href="{{ get_url(path='@/daily/_index.md') }}">Daily Posts</a></p> <p><a href="{{ get_url(path='@/daily/_index.md') }}">Daily Posts</a></p>
<p><a href="{{ get_url(path='@/links.md') }}">Links</a></p> <p><a href="{{ get_url(path='@/links.md') }}">Links</a></p>
<p><a href="{{get_url(path='@/contact.md') }}">Contact</a></p>
{% endblock content %} {% endblock content %}