Фикс несуществуеющего custom.twig

This commit is contained in:
2022-09-04 14:28:57 +08:00
parent 17ecc60497
commit 1edf1d8455
2 changed files with 9 additions and 1 deletions

View File

@@ -65,6 +65,8 @@
href="https://axenov.dev">axenov.dev</a>
</footer>
</div>
{% include "custom/custom.twig" %}
{% if is_file("custom/custom.twig") %}
{% include "custom/custom.twig" %}
{% endif %}
</body>
</html>