summaryrefslogtreecommitdiff
path: root/content/blog.md
diff options
context:
space:
mode:
authorElis Eriksson <spelis@spelis.li>2026-07-04 22:04:31 +0200
committerElis Eriksson <spelis@spelis.li>2026-07-04 22:04:31 +0200
commitc102b125743523ddac625f5ca9ee90da246cc646 (patch)
tree3dbeba4fac581658baa6f44c4753ff448591bfc8 /content/blog.md
parent5144b142f670a864cbbab438a3dc31efceedb3fd (diff)
downloadspelis-web-c102b125743523ddac625f5ca9ee90da246cc646.tar
spelis-web-c102b125743523ddac625f5ca9ee90da246cc646.tar.gz
spelis-web-c102b125743523ddac625f5ca9ee90da246cc646.tar.bz2
spelis-web-c102b125743523ddac625f5ca9ee90da246cc646.tar.lz
spelis-web-c102b125743523ddac625f5ca9ee90da246cc646.tar.xz
spelis-web-c102b125743523ddac625f5ca9ee90da246cc646.tar.zst
spelis-web-c102b125743523ddac625f5ca9ee90da246cc646.zip
more blog related modifications
Diffstat (limited to 'content/blog.md')
-rw-r--r--content/blog.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/content/blog.md b/content/blog.md
new file mode 100644
index 0000000..016afa9
--- /dev/null
+++ b/content/blog.md
@@ -0,0 +1,10 @@
+---
+title: Blog
+layout: page
+---
+<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>