mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 08:47:35 +00:00
8 lines
178 B
HTML
8 lines
178 B
HTML
---
|
|
---
|
|
{% assign recent_release_post = site.categories['Core'].first %}
|
|
|
|
<script>
|
|
document.location = '{{ recent_release_post.url }}{{ site.patch_version_notes }}';
|
|
</script>
|