aboutsummaryrefslogtreecommitdiff
path: root/wwwroot/blog/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'wwwroot/blog/index.html')
-rw-r--r--wwwroot/blog/index.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/wwwroot/blog/index.html b/wwwroot/blog/index.html
deleted file mode 100644
index a4c520a..0000000
--- a/wwwroot/blog/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<html><body>
-<p>
-<b>blabla</b>
-Test fn....: <b>{{ test_fn }}</b><br>
-Test RetFN.: <b>{{ test_return_true }}</b><br><br><br>
-{% if exists("blog_listing") %}
-<table>
-## for entry in blog_listing
- <tr>
- <td>{{ loop.index1 }}</td>
- <td>{{ entry.filename }}</td>
- <td>{{ entry.title }}</td>
- <td>{{ entry.tags }}</td>
- <td>{{ entry.author }}</td>
- <td>{{ entry.createDate }}</td>
- <td>{{ entry.publishDate }}</td>
- <td>{{ entry.published }}</td>
- <td>
- {{ indent(entry.content, 12, false, false) }}
- </td>
- <td>{% if loop.is_last == false %}more{% else %}eof{% endif %}<br>
- </tr>
-## endfor
-</table>
-{% endif %}
-</p>
-</body></html>