diff options
Diffstat (limited to 'site/template/article')
-rw-r--r-- | site/template/article | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/site/template/article b/site/template/article deleted file mode 100644 index fec42d7..0000000 --- a/site/template/article +++ /dev/null @@ -1,13 +0,0 @@ -list - page <html> - <head><title>List of articles</title></head> - <body> - <p>Here are some articles for you:</p> - <ul>$list</ul> - </body> - </html> - item <li><a href=\"$id\">$title</a></li> -page <html> - <head><title>$title</title></head> - <body>$content</body> - </html> |