From 1dbe45c28a4b7af6bb67c362783374ae1b6a34b4 Mon Sep 17 00:00:00 2001 From: mounderfod Date: Thu, 13 Jul 2023 13:47:36 +0100 Subject: More formatting fixes --- _layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index f8f1c61..c5db828 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,7 +6,7 @@ layout: default

⟸ Back to blog

{{page.title}}

-

{{post.date | date: "%-d %B %Y"}}

+

{{page.date | date: "%-d %B %Y"}}

{{content}}

@@ -15,5 +15,5 @@ layout: default - {{post.tags | join ", "}} + {{page.tags | join ", "}}

\ No newline at end of file -- cgit 1.4.1-2-gfad0 anagerakspecs <akspecs@tilde.institute>
summary refs log blame commit diff stats
path: root/examples/plugin_ipc.py
blob: c6fc60c6b607d76f7bd2b597b3fe34759c3a35c7 (plain) (tree)
1
2
3
4
5
6
7
8
9