From 88d5f777fbdd131f2f316cd2d39efdc52cac2478 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 4 Oct 2016 22:06:04 +0300 Subject: [PATCH] Fix 404 (dir) link --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 46f12e9..79dd5a9 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,5 @@ html: --css-include=style.css \ --set-customization-variable SHOW_TITLE=0 \ --set-customization-variable DATE_IN_HEADER=1 \ + --set-customization-variable TOP_NODE_UP_URL=index.html \ -o cypherpunks.html index.texi -- 2.48.1