diff options
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> |
