mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-15 15:39:09 +00:00
10 lines
285 B
HTML
10 lines
285 B
HTML
---
|
|
---
|
|
|
|
{% assign posts = site.categories['Release-Notes'] | where_exp: "post", "post.title contains site.current_minor_version" %}
|
|
{% assign recent_release_post = posts.first %}
|
|
|
|
<script>
|
|
document.location = '{{ recent_release_post.url }}{{ site.patch_version_notes }}';
|
|
</script>
|