mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 17:48:59 +00:00
9 lines
188 B
HTML
9 lines
188 B
HTML
---
|
|
---
|
|
|
|
{% assign recent_release_post = site.categories['Release-Notes'].first %}
|
|
|
|
<script>
|
|
document.location = '{{ recent_release_post.url }}{{ site.patch_version_notes }}';
|
|
</script>
|