forked from nyancrimew/maia.crimew.gay
15 lines
445 B
Text
15 lines
445 B
Text
|
---
|
||
|
permalink: /index.html
|
||
|
---
|
||
|
{% extends 'layouts/default.njk' %}
|
||
|
{% block content %}
|
||
|
<p>
|
||
|
hello i am {{ site.name }} <sup>({{ site.pronouns }})</sup> and this website is not finished at all as a
|
||
|
matter of fact i havent even rly started working on it yet.
|
||
|
</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 %}
|