commit 8c9282dcb267589c466eabf731b1f22d50ceb6bc
parent 9e34deb67a7669e289ff5bc4e9037e6e1d495e98
Author: Hugo Soucy <hugo@soucy.cc>
Date: Fri, 23 Apr 2021 20:28:53 -0400
Test html as an input format
Diffstat:
4 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/content/file/bck-index.lua b/content/file/bck-index.lua
@@ -0,0 +1,7 @@
+return {
+ date = "2014-01-01",
+ datetime = "12:22:16",
+ posttype = "default-index",
+ title = "Documents",
+ list = false,
+}
diff --git a/content/file/index.html b/content/file/index.html
@@ -0,0 +1,2 @@
+<h1>Documents</h1>
+=================
diff --git a/content/file/index.lua b/content/file/index.lua
@@ -1,7 +0,0 @@
-return {
- date = "2014-01-01",
- datetime = "12:22:16",
- posttype = "default-index",
- title = "Documents",
- list = false,
-}
diff --git a/content/file/index.md b/content/file/index.md
@@ -1,3 +0,0 @@
-
-Documents
-=========