remove None None None None None

pull/222/head
Aevann 2024-01-31 01:43:33 +02:00
parent 63a6a9bc88
commit ccc0db7fb8
1 changed files with 5 additions and 3 deletions

View File

@ -250,8 +250,10 @@
{% endif %}
{% set post_permalinks = [] %}
{% for p in listing %}
{{post_permalinks.append(p.permalink)}}
{% endfor %}
<div class="d-none">
{% for p in listing %}
{{post_permalinks.append(p.permalink)}}
{% endfor %}
</div>
<input hidden id="post_permalinks" value="{{post_permalinks}}">
<script defer src="{{'js/post_permalinks.js' | asset}}"></script>