From e9fcc4ffed3c8a27799619346c851d1ab478bf53 Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Mon, 23 Sep 2024 13:27:57 -0400 Subject: [PATCH] Add accessibility link. --- _layouts/default.html | 67 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..6302f39 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,67 @@ + + + + + + + + + + + {% include head.html %} +{% seo %} + + + + + +
+
+ View on GitHub + +

{{ site.title | default: site.github.repository_name }}

+

{{ site.description | default: site.github.project_tagline }}

+ + {% if site.show_downloads %} +
+ Download this project as a .zip file + Download this project as a tar.gz file +
+ {% endif %} +
+
+ + +
+
+
+
+ This page's table of contents [Documentation home] +
+ {% include toc.html html=content %} +
+ {{ content }} +
+
+ + + + + {% if site.google_analytics %} + + {% endif %} + +