maia.crimew.gay/src/index.njk

15 lines
423 B
Plaintext
Raw Normal View History

2022-05-31 13:09:45 +00:00
---
permalink: /index.html
---
{% extends 'layouts/default.njk' %}
2022-05-31 14:10:07 +00:00
{% block main %}
2022-05-31 13:09:45 +00:00
<p>
2022-07-04 17:43:16 +00:00
hello i am {{ site.name }} <sup>({{ site.pronouns }})</sup> and i am gay for girls,
also i do okay enough puter things and mediocre music things.
2022-05-31 13:09:45 +00:00
</p>
<p>here is one of my favorite gifs:</p>
<img
src="/img/cat-explosion.gif"
alt="an very cool cat in front of an explosion"
/>
{% endblock %}