diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2024-08-22 09:18:42 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2024-08-22 09:18:49 -0700 |
commit | 17473dfc1ec2dcde52faa276f3181a36a20af3f1 (patch) | |
tree | 02eeaeb3a108132a47fc905d3c78dc39d5669747 | |
parent | footer: add generation timestamp (diff) | |
download | www-17473dfc1ec2dcde52faa276f3181a36a20af3f1.tar.gz www-17473dfc1ec2dcde52faa276f3181a36a20af3f1.tar.bz2 www-17473dfc1ec2dcde52faa276f3181a36a20af3f1.zip |
debug: remove page
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | debug/index.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debug/index.html b/debug/index.html deleted file mode 100644 index 108b4cc..0000000 --- a/debug/index.html +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: 'Debug' -navtitle: 'Debug' -nav1: home -nav2: debug -nav2-show: true ---- - -<div class="row debug"> - <small> - Generated: {% render_generation_timestamp %} - </small> -</div> |