diff options
| author | Elis Eriksson <spelis.tech@gmail.com> | 2026-03-14 09:38:14 -1000 |
|---|---|---|
| committer | Elis Eriksson <spelis.tech@gmail.com> | 2026-03-14 09:38:14 -1000 |
| commit | c78417a25c63f5d06ead4b8f71aa06d9d486550a (patch) | |
| tree | 8405b38a999fa0759ab5cc618eac1be75b9f6383 /content | |
| parent | 434956b1b227164bd79daa6c5c793abe2de46c3d (diff) | |
| download | spelis-web-c78417a25c63f5d06ead4b8f71aa06d9d486550a.tar spelis-web-c78417a25c63f5d06ead4b8f71aa06d9d486550a.tar.gz spelis-web-c78417a25c63f5d06ead4b8f71aa06d9d486550a.tar.bz2 spelis-web-c78417a25c63f5d06ead4b8f71aa06d9d486550a.tar.lz spelis-web-c78417a25c63f5d06ead4b8f71aa06d9d486550a.tar.xz spelis-web-c78417a25c63f5d06ead4b8f71aa06d9d486550a.tar.zst spelis-web-c78417a25c63f5d06ead4b8f71aa06d9d486550a.zip | |
modify the blog and add lock files to the gitignore
Diffstat (limited to 'content')
| -rw-r--r-- | content/blog.md | 7 | ||||
| -rw-r--r-- | content/blog/11ty.md | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/content/blog.md b/content/blog.md index 983ff44..612dc0f 100644 --- a/content/blog.md +++ b/content/blog.md @@ -3,15 +3,12 @@ title: Blog layout: page nav: 20 --- - <!-- Some interesting posts. :) --> <!----> <!-- ## Posts --> -<ul> - {% for post in collections.blog | reverse %} +<ul> {% for post in collections.blog | reverse %} <li> <a href="{{ post.url }}">{{ post.data.title }}</a> <small>{{ post.date | date }}</small> - </li> - {% endfor %} + </li> {% endfor %} </ul> diff --git a/content/blog/11ty.md b/content/blog/11ty.md index c6107dd..ed0d20b 100644 --- a/content/blog/11ty.md +++ b/content/blog/11ty.md @@ -3,8 +3,8 @@ title: This website now uses 11ty! keywords: new 11ty --- -Thanks to my friend Jan Palma for making the website! (check him out [here](https://janpalma.cz/)) +Thanks to my friend Jan Palma for making the website! (check him out <a href="https://janpalma.cz/" target="_blank">here</a>) -The website uses [11ty](https://www.11ty.dev/) which is a simple static site generator. +The website uses <a href="https://www.11ty.dev/" target="_blank">11ty</a> which is a simple static site generator. <img src="https://share.spelis.projnull.eu/pfps/normal.png" alt="test" width=100> |
