43 lines
675 B
Markdown
43 lines
675 B
Markdown
|
---
|
||
|
title: _ FAQ Template _
|
||
|
author:
|
||
|
- YourName
|
||
|
publishDate: 1900-12-30
|
||
|
lastMod: 1900-12-31
|
||
|
toc: true
|
||
|
draft: true
|
||
|
categories:
|
||
|
- faq
|
||
|
tags:
|
||
|
- faq
|
||
|
---
|
||
|
|
||
|
## Changelog
|
||
|
{{< changelog >}}
|
||
|
{{< change 1900-12-31 "Add additional detail, tags" >}}
|
||
|
{{< change 1900-12-30 "Initial creation" >}}
|
||
|
{{< /changelog >}}
|
||
|
|
||
|
{{< end_section >}}
|
||
|
|
||
|
## Intro
|
||
|
{{< back_to_top >}}
|
||
|
|
||
|
What are we talking about on this page?
|
||
|
|
||
|
{{< end_section >}}
|
||
|
|
||
|
## Section 1
|
||
|
{{< back_to_top >}}
|
||
|
|
||
|
This is where some useful content would go
|
||
|
|
||
|
{{< end_section >}}
|
||
|
|
||
|
## Conclusion
|
||
|
{{< back_to_top >}}
|
||
|
|
||
|
In summary... Use <code>[bbb]({{< ref "[category]/[file].md" >}})</code> for cross references
|
||
|
|
||
|
{{< end_section >}}
|