Add hass.io placeholder
This commit is contained in:
parent
07112d8772
commit
f036d5e6c8
13 changed files with 150 additions and 0 deletions
21
source/addons/index.html
Normal file
21
source/addons/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue