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