Add descriptions to pages

This commit is contained in:
BBaoVanC 2021-04-25 12:48:14 -05:00
parent 6ce7087aca
commit a1861f51dc
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
3 changed files with 14 additions and 0 deletions

View File

@ -1,4 +1,8 @@
+++ +++
title = "{{ replace .Name "-" " " | title }}" title = "{{ replace .Name "-" " " | title }}"
menu = "main" menu = "main"
description = """
Lorem ipsum
"""
+++ +++

View File

@ -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?

View File

@ -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?