remove last updated tag

This commit is contained in:
Adrian Amaglio 2022-12-13 08:32:51 +01:00
parent b9c86813f1
commit 327947bf6b
2 changed files with 0 additions and 7 deletions

View File

@ -107,8 +107,6 @@ format(slug=tag.slug) }}{% endif %}" type="application/rss+xml" rel="alternate"
{% block content %}
{% endblock %}
</main>
<script src="https://unpkg.jean-cloud.net/jean-cloud-contact-mailer-client@1.1.5/index.js" integrity="sha384-JUNr7mbE348uyjuqcY3O+jCs09bBnDeNsmIzOMQWyi3zpR445m+7hS5g78ciuqJh" crossorigin="anonymous"></script>
<script> jeanCloudContactFormIntercept ('contact-mailer-form', new JeanCloudContactFormNotifier('light')) </script>
<!-- Page Footer -->
<footer>

View File

@ -21,9 +21,4 @@
{{ page.content }}
{% if page.modified %}
<p>
Last updated: {{ page.locale_modified }}
</p>
{% endif %}
{% endblock %}