Improved homepage, added newsletter self-subscription

This commit is contained in:
Bashy 2026-06-11 15:45:56 +03:00
parent e820431d0c
commit 4ac6e74cdc
9 changed files with 348 additions and 36 deletions

View file

@ -39,4 +39,3 @@ event:
video: '<iframe title="OpenAlt Romania #3 - May 2026" width="560" height="315" src="https://vhsky.cz/videos/embed/f3uXmxAL7K1ZbbnCU35WbQ" allow="fullscreen" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" style="border: 0px;"></iframe>'
attendees: "11"
---

View file

@ -42,9 +42,6 @@
{% for tag in post.tags.toArray() %}
<category domain="{{ url + tag.path | uriencode }}">{{ tag.name }}</category>
{% endfor %}
{% if post.comments %}
<comments>{{ post.permalink | uriencode }}#disqus_thread</comments>
{% endif %}
</item>
{% endfor %}
</channel>