diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-06-03 07:40:42 +0200 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-06-03 07:40:42 +0200 |
| commit | 5f31ea34aea76b8357913abd003bddb0f47f4dab (patch) | |
| tree | 37efcdbc86caca0fbd4864926e7a6deb16952ed5 /templates | |
| parent | db7b464d701c7d48777ddd38a10f69093cd5442c (diff) | |
Add TXT support
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.txt | 18 |
1 files changed, 18 insertions, 0 deletions
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. +{{?}} |