This repository has been archived on 2025-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
www_ow_freezone/content/about/index.md
2022-02-03 14:39:30 +03:00

26 lines
1.2 KiB
Markdown

---
title: "Your UNIQUE title here"
description: "Your UNIQUE description here."
date: 2018-09-14T15:00:00-05:00
updated: 2020-04-22T19:30:00-05:00
draft: false
extra:
author: Your name here
#subtitle:
---
A few words about you. Your opening text goes here.[^footnoteEx1]
## In-article heading --- it's an H2 because your title is the H1
And after another paragraph or two or three, you may want to add a subheading, which would be an H3, so it would be like the following.[^footnoteEx2]
### Subheading (H3)
Text here.
Closing text. That ends your "About" item!
[^footnoteEx1]: This is how a footnote works. Please note that Zola does **not** automatically put your footnotes at the bottom of your page, as many other static site generators do; so you must **manually** place your footnotes, in the desired order, at the bottom of your Markdown. This is because Zola uses [CommonMark](https://commonmark.org/) via the [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) parser library (see [https://zola.discourse.group/t/is-there-a-way-to-customise-the-way-zola-parses-markdown-footnotes/694](https://zola.discourse.group/t/is-there-a-way-to-customise-the-way-zola-parses-markdown-footnotes/694)).
[^footnoteEx2]: This is a second footnote.