fl1tzi.com/index.md

23 lines
353 B
Markdown
Raw Permalink Normal View History

2023-06-08 23:08:21 +00:00
---
2023-07-30 23:26:48 +00:00
title: "Homepage"
2023-06-08 23:08:21 +00:00
---
Hi, I'm Fl1tzi.
2023-07-01 21:52:48 +00:00
I do stuff on the internet and photograph things.
2023-06-08 23:08:21 +00:00
- [Contact](/contact.html)
2023-07-22 20:56:01 +00:00
- [Photography](https://portfolio.pixelfed.de/Fl1tzi)
- [Applications](/applications.html)
2023-10-03 16:17:12 +00:00
## Posts
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>