diff --git a/overrides/partials/content.html b/overrides/partials/content.html index 6b2ea54a..6b188108 100644 --- a/overrides/partials/content.html +++ b/overrides/partials/content.html @@ -72,10 +72,17 @@

{{ page.title | d(config.site_name, true)}}

{% if 'index.md' not in page.file.src_uri %}
-Want to make this site better? Open a PR, help fund hosting costs or message me on Matrix - + + + +
+ + +
+ {% endif %} - + + {% if page.meta and ( page.meta.git_revision_date_localized or page.meta.revision_date @@ -83,6 +90,7 @@

{{ page.title | d(config.site_name, true)}}

{% include "partials/source-file.html" %} {% endif %} + {% include "partials/feedback.html" %}