From 5f31ea34aea76b8357913abd003bddb0f47f4dab Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 3 Jun 2020 07:40:42 +0200 Subject: Add TXT support --- templates/index.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/index.txt (limited to 'templates') diff --git a/templates/index.txt b/templates/index.txt new file mode 100644 index 0000000..b3b27a9 --- /dev/null +++ b/templates/index.txt @@ -0,0 +1,18 @@ +╔══════════════════════════════════════════════════════════════════════════════╗ +║ ║ +║ The Blog at Unlimited Pizza ║ +║ ║ +╚══════════════════════════════════════════════════════════════════════════════╝ +┌──────────────────────────────────────────────────────────────────────────────┐ +│ Written by Rubén Beltrán del Río │ +└──────────────────────────────────────────────────────────────────────────────┘ + +{{~ it.posts: post}} +{{= post.raw}} +■──────────────────────────────────────────────────────────────────────────────■ +{{~}} +{{? it.posts.length === 0}} +# This is a fresh blog! + +There are no posts yet. +{{?}} -- cgit