diff --git a/content/about/_index.md b/content/about/index.md
similarity index 100%
rename from content/about/_index.md
rename to content/about/index.md
diff --git a/content/colophon/colors.md b/content/colophon/colors.md
deleted file mode 100644
index 3012f9e..0000000
--- a/content/colophon/colors.md
+++ /dev/null
@@ -1,47 +0,0 @@
----
-template: page.html
-title: Color Themes
----
-
-
-
-
Light Background
-
-
-
-
-
-
-
-
-
-
-
-
-
Dark Background
-
-
-
-
-
-
-
-
-
-
diff --git a/content/colophon/_index.md b/content/colophon/index.md
similarity index 55%
rename from content/colophon/_index.md
rename to content/colophon/index.md
index 319bf1a..8401214 100644
--- a/content/colophon/_index.md
+++ b/content/colophon/index.md
@@ -6,6 +6,6 @@ extra:
- kind: tags
term: sitebuild
---
-This website is hand crafted, generated with [Zola](https://www.getzola.org), and source managed at [GitHub](https://github.com). It is built with [CircleCI](http://circleci.com), deployed to [Amazon S3](http://aws.amazon.com/s3), and served to you by [CloudFlare](http://cloudflare.com). You can view the sources and build scripts in the [mayo/oyam.ca](https://github.com/mayo/oyam.ca) git repository.
+This website is hand crafted, generated with [Zola](https://www.getzola.org), and source managed at [GitHub](https://github.com). It is built with [GitHub Actions](https://github.com/mayo/oyam.ca/actions), deployed to [Amazon S3](http://aws.amazon.com/s3), and served to you by [CloudFlare](http://cloudflare.com). You can view the sources and build scripts in the [mayo/oyam.ca](https://github.com/mayo/oyam.ca) git repository.
Inspired by iA Writer, the type face used on this site is [IBM Plex](https://www.ibm.com/plex/) ([git](https://github.com/IBM/plex)).
diff --git a/content/now/_index.md b/content/now/index.md
similarity index 100%
rename from content/now/_index.md
rename to content/now/index.md
diff --git a/templates/_nav_main.html b/templates/_nav_main.html
index 3242c95..da42a8d 100644
--- a/templates/_nav_main.html
+++ b/templates/_nav_main.html
@@ -5,11 +5,11 @@
diff --git a/templates/about.html b/templates/about.html
index de7c609..042f4bc 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -3,7 +3,7 @@
diff --git a/templates/base.html b/templates/base.html
index 817973d..2dc58cb 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -115,7 +115,7 @@
{% if node.extra.page_id | default(value="") != 'about' %}
{% set h_card = "h-card p-name u-url" %}
{% endif %}
-
+
{% endblock %}
{% endblock %}
diff --git a/templates/blog/article.html b/templates/blog/article.html
index 3da2696..5b4c781 100644
--- a/templates/blog/article.html
+++ b/templates/blog/article.html
@@ -75,7 +75,7 @@ {{ article.title | safe }}
{% endif %}
- Feedback is always welcome. Feel free to get in touch, or edit {{ article.relative_path }} on GitHub and submit a push request.
+ Feedback is always welcome. Feel free to get in touch, or edit {{ article.relative_path }} on GitHub and submit a push request.