Add descriptions to pages
This commit is contained in:
parent
6ce7087aca
commit
a1861f51dc
@ -1,4 +1,8 @@
|
|||||||
+++
|
+++
|
||||||
title = "{{ replace .Name "-" " " | title }}"
|
title = "{{ replace .Name "-" " " | title }}"
|
||||||
menu = "main"
|
menu = "main"
|
||||||
|
|
||||||
|
description = """
|
||||||
|
Lorem ipsum
|
||||||
|
"""
|
||||||
+++
|
+++
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
+++
|
+++
|
||||||
title = "PeerTube"
|
title = "PeerTube"
|
||||||
menu = "main"
|
menu = "main"
|
||||||
|
|
||||||
|
description = """
|
||||||
|
PeerTube is a free and decentralized video platform meant as an alternative to
|
||||||
|
services like YouTube. See the instance running on https://peertube.boba.best
|
||||||
|
"""
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## What is PeerTube?
|
## What is PeerTube?
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
+++
|
+++
|
||||||
title = "Pleroma"
|
title = "Pleroma"
|
||||||
menu = "main"
|
menu = "main"
|
||||||
|
|
||||||
|
description = """
|
||||||
|
Pleroma is a decentralized and federated microblogging service (similar to
|
||||||
|
Twitter). See the instance running on https://pleroma.boba.best
|
||||||
|
"""
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## What is Pleroma?
|
## What is Pleroma?
|
||||||
|
Reference in New Issue
Block a user