From da2dae416b9ce10c0925e7ca95027b6ffde14f1e Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Mon, 7 Dec 2020 18:26:10 +0300 Subject: . --- article/entry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'article/entry') 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 "Artciles

Artciles

" elif test -e "list/${1%%/*}" then if test -n "$(after / $1)" -- cgit v1.2.3