diff --git a/templates/404.html b/templates/404.html index 8d8d8c9..75bd9ad 100644 --- a/templates/404.html +++ b/templates/404.html @@ -7,5 +7,5 @@
It seems you've wandered off the beaten digital path.
Perhaps a quantum fluctuation, or maybe the page just packed up and left without a forwarding address.
-No worries, you can always navigate back to the /home/ and try again.
+No worries, you can always navigate back to the /home/ and try again.
{% endblock content %} diff --git a/templates/base.html b/templates/base.html index 22c7474..3549a50 100644 --- a/templates/base.html +++ b/templates/base.html @@ -49,7 +49,7 @@ {% set root_section = get_section(path="_index.md") %}