diff options
Diffstat (limited to 'data/example/templates/post-item.html')
-rw-r--r-- | data/example/templates/post-item.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/example/templates/post-item.html b/data/example/templates/post-item.html new file mode 100644 index 0000000..decbc33 --- /dev/null +++ b/data/example/templates/post-item.html @@ -0,0 +1,3 @@ +<li> + <a href="$url$">$title$</a> - $date$ +</li> |