commit 013df0dbeea02646813636354fcf481c50aa4c82 parent edf62923b2344abef2fb85e55ef957d862f10cf1 Author: breadcat <peter@minskio.co.uk> Date: Sun, 28 Jun 2020 14:42:02 +0100 Move single pages to single files Diffstat:
6 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore @@ -3,4 +3,4 @@ drafts # status page (https://git.minskio.co.uk/cgit.cgi/dockerfiles/.git/plain/server.sh func_status) -content\status\_index.md +content\status.md diff --git a/content/about/_index.md b/content/about.md diff --git a/content/hardware/_index.md b/content/hardware.md diff --git a/content/quotes/_index.md b/content/quotes.md diff --git a/content/reading-list/_index.md b/content/reading-list.md diff --git a/content/status/_index.md b/content/status.md