mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-25 03:26:50 +00:00
16 lines
377 B
HTML
16 lines
377 B
HTML
---
|
|
layout: default
|
|
is_post: true
|
|
---
|
|
|
|
<article class="post">
|
|
{% assign post = page %}
|
|
{% include blog/post/article.html %}
|
|
</article>
|
|
|
|
{% if site.disqus_short_name and page.comments == true %}
|
|
<section id="disqus">
|
|
<h3 class="indent title">Comments</h3>
|
|
<div id="disqus_thread" aria-live="polite">{% include blog/post/disqus_thread.html %}</div>
|
|
</section>
|
|
{% endif %} |