From f9f8a3206298363059601f6c389584426962e5e4 Mon Sep 17 00:00:00 2001 From: sanine Date: Thu, 12 Jan 2023 17:29:28 -0600 Subject: wrong branch :c --- data/index.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 data/index.md (limited to 'data/index.md') diff --git a/data/index.md b/data/index.md deleted file mode 100644 index c419830..0000000 --- a/data/index.md +++ /dev/null @@ -1,30 +0,0 @@ -local tk = require 'toolkit' - -function get_blog_links() - local links = '' -end - - -local md = string.format([[ -home -==== - -welcome to sanine.net! - -%s - -[subscribe via rss](/rss.xml) -]], get_blog_links()) - -return { - title='home', - layout='base', - markdown=md, -} -- cgit v1.2.1