Add hass.io placeholder

This commit is contained in:
Paulus Schoutsen 2017-04-30 21:42:51 -07:00
parent 07112d8772
commit f036d5e6c8
13 changed files with 150 additions and 0 deletions

21
source/addons/index.html Normal file
View file

@ -0,0 +1,21 @@
---
layout: page
title: "Hass.io Add-ons"
description: "List of the built-in add-ons of Hass.io."
date: 2017-04-30 13:35
sidebar: true
comments: false
sharing: true
footer: true
regenerate: true
---
[Placeholder]
{% assign addons = site.addons | sort: 'title' %}
<ul>
{% for addon in addons %}
<li><a href='{{ addon.url }}'>{{ addon.title }}</a></li>
{% endfor %}
</ul>