Console fixed, hide about and projects page
All checks were successful
Build Zola Website / build (pull_request) Successful in 17s

This commit is contained in:
2023-12-18 03:27:31 +01:00
parent f168112294
commit d365dd4d25
3 changed files with 37 additions and 21 deletions

View File

@ -5,7 +5,8 @@
{% endblock styles %}
{% block content %}
<section class="console content">
<section class="console content" >
</section>
<textarea class="mobile-input" style="display: none" disabled autofocus></textarea>
<script src="/js/console.js" defer></script>
{% endblock content %}