From 5d75f2d6961285224e06ed837e55f52f80e2dd87 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sun, 5 Dec 2021 14:24:28 +0100 Subject: [PATCH] disable where.html --- Makefile | 4 ++-- index.html | 6 ------ where.html => where.html.old | 0 3 files changed, 2 insertions(+), 8 deletions(-) rename where.html => where.html.old (100%) diff --git a/Makefile b/Makefile index cb9fc46..c4f1212 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ FONTS = $(shell find fonts -type f) -CSS = style.css where.css -PAGES = index.html where.html pubkey.txt +CSS = style.css +PAGES = index.html pubkey.txt MEDIA = $(patsubst %,media/%, \ bg.png bg_2x.png bg_dim.png bg_2x_dim.png \ mlem.gif mlem_static.png cybre.png donphan.png types.png \ diff --git a/index.html b/index.html index 16de24f..e9bc3b9 100644 --- a/index.html +++ b/index.html @@ -51,12 +51,6 @@ conlangs - -
  • - - - contact - diff --git a/where.html b/where.html.old similarity index 100% rename from where.html rename to where.html.old