From: Zachary Vance Date: Thu, 1 Aug 2024 20:50:00 +0000 (-0400) Subject: Remove dead link detection X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=3f0fea7c525f0c02b1b7564215a9878db83e52d9;p=blog.git Remove dead link detection --- diff --git a/blog b/blog index 8b8ff0c..92f2e5a 100755 --- a/blog +++ b/blog @@ -439,8 +439,6 @@ class Blog(PseudoMap): return [ Page("index", self), Page("feed", self, use_layout=False), - Page("links", self), - Page("deadlinks", self), # Must be last to avoid dead links ] @property diff --git a/templates/all_links.mustache.html b/templates/all_links.mustache.html deleted file mode 100644 index 3003ce4..0000000 --- a/templates/all_links.mustache.html +++ /dev/null @@ -1,5 +0,0 @@ -
    -{{# deadlinks }} -
  1. {{partial}} [orig] [src] -{{/ deadlinks }} -
diff --git a/templates/deadlinks.mustache.html b/templates/deadlinks.mustache.html deleted file mode 100644 index 3003ce4..0000000 --- a/templates/deadlinks.mustache.html +++ /dev/null @@ -1,5 +0,0 @@ -
    -{{# deadlinks }} -
  1. {{partial}} [orig] [src] -{{/ deadlinks }} -