From 89f92efc28ee249a7f907a771d49cb00cffacd06 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 7 Dec 2024 15:03:05 -0500 Subject: [PATCH] nav link prefetching a bit and robots.txt added --- TODO | 1 + robots.txt | 0 templates/default.html | 4 ++-- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 robots.txt diff --git a/TODO b/TODO index fb1c1a5..ea8356c 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,7 @@ - robots.txt - make overflow behavior in print so scrollbars go away and full content visibl - make h1 elems in article content h2 elems +- make h2 elems have anchor elems with rel="bookmark" and a name to make them proper bookmarks - add aria roles where sensible https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles - Fix articles with inline html in them and/or links - post jump points and table of contents (be wary of having this take up too much space on mobile) diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..e69de29 diff --git a/templates/default.html b/templates/default.html index 76c8041..a404f26 100644 --- a/templates/default.html +++ b/templates/default.html @@ -24,8 +24,8 @@