Add daily email for 2024-03-18

Automated Drupal 11 compatibility fixes
This commit is contained in:
Oliver Davies 2024-03-18 00:00:37 +00:00
parent ea6ab824a3
commit 54c0e6f66b
2 changed files with 41 additions and 0 deletions

View file

@ -17,6 +17,7 @@
{% block scripts %}
<script src="https://unpkg.com/@highlightjs/cdn-assets@11.9.0/highlight.min.js"></script>
<script src="https://unpkg.com/@highlightjs/cdn-assets@11.9.0/languages/php.min.js"></script>
<script src="https://unpkg.com/@highlightjs/cdn-assets@11.9.0/languages/twig.min.js"></script>
<script>hljs.highlightAll();</script>
{% endblock %}