diff --git a/templates/404.html b/templates/404.html index 212fe7c..6d4b986 100644 --- a/templates/404.html +++ b/templates/404.html @@ -8,10 +8,12 @@
The requested page could not be found. If you feel this is not normal, then you can create an issue on the issue tracker.
+The requested page could not be found.{% if config.extra.issues_url %} If you feel this is not normal, then you can create an issue on the issue tracker.{% endif %}
{% endblock content %} diff --git a/templates/article.html b/templates/article.html index 832af87..594df90 100644 --- a/templates/article.html +++ b/templates/article.html @@ -105,6 +105,8 @@ {% endblock content %} diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 888d0cf..e7cff95 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -21,7 +21,7 @@© {{ config.title }}, {{ now() | date(format="%Y") }}
{% endif %} - {% if config.extra.footer.show_source %} + {% if config.extra.source_url and config.extra.footer.show_source %}