add trailing empty line to jinja templates;

jinja strips the trailing newline which makes the
responses annoying to parse in bulk
This commit is contained in:
ed 2024-02-21 18:51:10 +00:00
parent 43ee6b9f5b
commit d39a99c929
8 changed files with 9 additions and 1 deletions

View file

@ -161,3 +161,4 @@
</body>
</html>

View file

@ -61,3 +61,4 @@
</body>
</html>

View file

@ -25,3 +25,4 @@
</body>
</html>

View file

@ -160,3 +160,4 @@ try { l.light = drk? 0:1; } catch (ex) { }
<script src="{{ r }}/.cpr/md2.js?_={{ ts }}"></script>
{%- endif %}
</body></html>

View file

@ -54,3 +54,4 @@ try { l.light = drk? 0:1; } catch (ex) { }
<script src="{{ r }}/.cpr/deps/easymde.js?_={{ ts }}"></script>
<script src="{{ r }}/.cpr/mde.js?_={{ ts }}"></script>
</body></html>

View file

@ -49,3 +49,4 @@
</body>
</html>

View file

@ -118,3 +118,4 @@ document.documentElement.className = (STG && STG.cpp_thm) || "{{ this.args.theme
<script src="{{ r }}/.cpr/splash.js?_={{ ts }}"></script>
</body>
</html>

View file

@ -246,3 +246,4 @@ document.documentElement.className = (STG && STG.cpp_thm) || "{{ args.theme }}";
<script src="{{ r }}/.cpr/svcs.js?_={{ ts }}"></script>
</body>
</html>