🐛 fix: add end-of-file newline
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
{{ post_macros::page_header(title="403")}}
|
||||
<span>forbidden</span>
|
||||
</main>
|
||||
{% endblock main_content %}
|
||||
{% endblock main_content %}
|
||||
|
@@ -5,4 +5,4 @@
|
||||
{{ post_macros::page_header(title="404")}}
|
||||
<span>not found</span>
|
||||
</main>
|
||||
{% endblock main_content %}
|
||||
{% endblock main_content %}
|
||||
|
@@ -16,4 +16,4 @@
|
||||
{% include "partials/footer.html" %}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
@@ -32,4 +32,4 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock main_content %}
|
||||
{% endblock main_content %}
|
||||
|
@@ -1 +1 @@
|
||||
{% extends "section.html" %}
|
||||
{% extends "section.html" %}
|
||||
|
@@ -216,4 +216,4 @@
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endmacro list_title %}
|
||||
{% endmacro list_title %}
|
||||
|
@@ -2,4 +2,4 @@
|
||||
|
||||
{% block main_content %}
|
||||
{{ post_macros::content(page=page)}}
|
||||
{% endblock main_content %}
|
||||
{% endblock main_content %}
|
||||
|
@@ -11,4 +11,4 @@
|
||||
</nav>
|
||||
</section>
|
||||
<script src="{{ get_url(path='js/main.js', trailing_slash=false) | safe }}"/></script>
|
||||
</footer>
|
||||
</footer>
|
||||
|
@@ -59,4 +59,4 @@
|
||||
|
||||
<meta http-equiv="Content-Security-Policy"
|
||||
content="default-src 'self' ws://127.0.0.1:1024/; img-src 'self' https://*; script-src 'self'; style-src 'self'; font-src 'self'" />
|
||||
</head>
|
||||
</head>
|
||||
|
@@ -22,4 +22,4 @@
|
||||
{% endif %}
|
||||
|
||||
</nav>
|
||||
</header>
|
||||
</header>
|
||||
|
@@ -37,4 +37,4 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock main_content %}
|
||||
{% endblock main_content %}
|
||||
|
@@ -19,4 +19,4 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{% endblock main_content %}
|
||||
{% endblock main_content %}
|
||||
|
@@ -4,4 +4,4 @@
|
||||
|
||||
{{ post_macros::list_title(pages=term.pages, tag_name=term.name) }}
|
||||
|
||||
{% endblock main_content %}
|
||||
{% endblock main_content %}
|
||||
|
Reference in New Issue
Block a user