From 49f746f1ee9205c4028bdc8f18aa888367eb3ddb Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 29 Apr 2019 00:13:49 +0100 Subject: Initial site layout --- layouts/_default/posts.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 layouts/_default/posts.html (limited to 'layouts/_default/posts.html') diff --git a/layouts/_default/posts.html b/layouts/_default/posts.html new file mode 100644 index 0000000..dc0587a --- /dev/null +++ b/layouts/_default/posts.html @@ -0,0 +1,9 @@ +{{ define "main" }} +

I write posts about programming and Linux topics that are of interest to me.

+

Subscribe to the blog by using this RSS link.

+ +{{ end }} -- cgit v1.2.3-13-gbd6f