23 lines
606 B
HTML
23 lines
606 B
HTML
---
|
|
title: Home
|
|
---
|
|
|
|
<h2>Welcome</h2>
|
|
|
|
|
|
<img src="/images/nekonet.svg" style="height: 250px; width: auto;" />
|
|
|
|
<p>Welcome to my blog!</p>
|
|
|
|
<p>This blog is about everything and anything I want to share with the world.
|
|
<br>
|
|
It is mostly technical stuff about coding and software configuration, but also about photography, music, tea and everything else I find noteworthy or important enough to tell. <br>
|
|
Here are my latest Posts:
|
|
</p>
|
|
|
|
<!--<h2>Posts</h2>-->
|
|
$partial("templates/post-list.html")$
|
|
|
|
<p>...and there are even more in the <a href="/archive.html">archive</a>.</p>
|
|
|
|
<!--<p>Tagcloud: $tags$</p>-->
|