diff options
| author | Elis Eriksson <spelis@spelis.li> | 2026-07-04 21:32:01 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis@spelis.li> | 2026-07-04 21:32:01 +0200 |
| commit | 5144b142f670a864cbbab438a3dc31efceedb3fd (patch) | |
| tree | 3e7f898a5544971e8e954ec5208d16dd6ddb7204 /content/index.md | |
| parent | 1ee43904aaa06b16ce1f50b7fcb30f1d1f08c1a1 (diff) | |
| download | spelis-web-5144b142f670a864cbbab438a3dc31efceedb3fd.tar spelis-web-5144b142f670a864cbbab438a3dc31efceedb3fd.tar.gz spelis-web-5144b142f670a864cbbab438a3dc31efceedb3fd.tar.bz2 spelis-web-5144b142f670a864cbbab438a3dc31efceedb3fd.tar.lz spelis-web-5144b142f670a864cbbab438a3dc31efceedb3fd.tar.xz spelis-web-5144b142f670a864cbbab438a3dc31efceedb3fd.tar.zst spelis-web-5144b142f670a864cbbab438a3dc31efceedb3fd.zip | |
site update idk its mostly the blog tho
Diffstat (limited to 'content/index.md')
| -rw-r--r-- | content/index.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/content/index.md b/content/index.md index 167b121..0aad45c 100644 --- a/content/index.md +++ b/content/index.md @@ -24,6 +24,15 @@ You can browse some Git repositories of mine <a href="https://git.spelis.li/" ta </div> --- +# Blog +<div> {% for post in collections.blog | reverse %} + <a href="{{ post.url }}" class="blogpost"> + <h3>{{ post.data.title }}</h3> + <small>{{ post.date | date }}<span style="float:right;">{{ post.url }}</span></small> + </a><br> {% endfor %} +</div> + +--- <span>Location: <code>Northern Sweden</code></span> |
