diff options
Diffstat (limited to 'templates/index.html/item.html')
-rw-r--r-- | templates/index.html/item.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html/item.html b/templates/index.html/item.html new file mode 100644 index 0000000..9f011d4 --- /dev/null +++ b/templates/index.html/item.html @@ -0,0 +1 @@ +<tr><td><time>${created}</time></td><td><a href="${filename}">${title}</a></td></tr> |