aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/index.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-04-12 11:56:09 -0400
committerDrew DeVault <sir@cmpwn.com>2019-04-12 11:56:09 -0400
commit034d92ce14251297c41f68cfbf7e37df5fe80d0f (patch)
tree9d8fd31ec85c480f8af853b1ce463c1048d50586 /markdown/index.md
parent8f4d5ccd2765ae841f529f8d9bde468a187d4987 (diff)
downloadsr.ht-docs-034d92ce14251297c41f68cfbf7e37df5fe80d0f.tar.gz
Add YAMl frontmatter to all pages
Diffstat (limited to 'markdown/index.md')
-rw-r--r--markdown/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/markdown/index.md b/markdown/index.md
index 59c243d..4837b34 100644
--- a/markdown/index.md
+++ b/markdown/index.md
@@ -1,3 +1,7 @@
+---
+title: Markdown on sourcehut
+---
+
Across the site, sr.ht uses a consistent Markdown syntax based on Python's
[Markdown](https://pypi.python.org/pypi/Markdown) package, which implements John
Gruber's [original Markdown