From 54217ac6bd59367be026a5a2e7ec0787a5e90ccf Mon Sep 17 00:00:00 2001 From: KemoNine Date: Mon, 20 Mar 2023 09:05:48 -0400 Subject: [PATCH] create template tip --- content/tips/_template.md | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 content/tips/_template.md diff --git a/content/tips/_template.md b/content/tips/_template.md new file mode 100644 index 0000000..a044758 --- /dev/null +++ b/content/tips/_template.md @@ -0,0 +1,45 @@ +--- +title: _Template_ +author: YourName +publishDate: 1900-12-30 +lastMod: 1900-12-31 +toc: true +draft: true +categories: + - tips + - faq +tags: + - example + - template +--- + +## Changelog +{{< back_to_top >}} + +{{< changelog >}} +{{< change 1900-12-30 "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... + +{{< end_section >}}