refactor: rationalize whitespace

This commit is contained in:
Cyril MARPAUD
2023-03-14 11:29:35 +01:00
parent 63e21f0fe0
commit 295c9151f4
5 changed files with 50 additions and 53 deletions

View File

@ -19,12 +19,13 @@
</head>
<body>
{% block content %}{% endblock %}
</body>
{% block content %}{% endblock -%}
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script>
particlesJS.load('particles', '{{ config.base_url | safe }}/particles.json', null);
</script>
</html>
</body>
</html>