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/blog.md | |
| 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/blog.md')
| -rw-r--r-- | content/blog.md | 7 |
1 files changed, 2 insertions, 5 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> |
