diff options
-rw-r--r-- | article/entry | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/article/entry b/article/entry index 3a933a7..8b21831 100644 --- a/article/entry +++ b/article/entry @@ -3,7 +3,7 @@ after () { test -z "${2##*$1*}" && echo -n "${2#*$1}"; } if test -z "$1" then # TODO: deep dark magic of constructing a list of articles - cat $base/data/404.html + echo "<html><head><title>Artciles</title></head><body><p>Artciles</p></body></html>" elif test -e "list/${1%%/*}" then if test -n "$(after / $1)" |