New Details category (#1347)
* Place details in the new category * Update title
This commit is contained in:
parent
85eb61de87
commit
83d5638d29
6 changed files with 27 additions and 6 deletions
20
source/details/index.markdown
Normal file
20
source/details/index.markdown
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Details Topics"
|
||||
description: "Details about Home Assistant."
|
||||
date: 2016-10-20 12:00 -0800
|
||||
sidebar: false
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
regenerate: true
|
||||
hide_github_edit: true
|
||||
---
|
||||
|
||||
This page is a collection of further details about Home Assistant.
|
||||
|
||||
{% assign details = site.details | sort: 'title' %}
|
||||
|
||||
{% for detail in details %}
|
||||
* [{{detail.title}}]({{detail.url}})
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue