Use front matter to define page icon/description
This commit is contained in:
parent
2b46afdd27
commit
ad87ea36aa
5 changed files with 27 additions and 7 deletions
3
faq.md
3
faq.md
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: FAQ
|
||||
icon: help-circle
|
||||
---
|
||||
|
||||
<!-- Special styling to permit readability. -->
|
||||
|
|
@ -21,8 +22,6 @@ body {
|
|||
}
|
||||
</style>
|
||||
|
||||
<h1 class="center"><i class="mdi mdi-help-circle"></i> FAQ</h1>
|
||||
|
||||
{% include table-of-contents.html %}
|
||||
|
||||
<div class="title-pair">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue