📝 docs: remove opening and closing +++ in TOML codeblocks

This commit is contained in:
welpo 2023-09-07 01:11:54 +02:00
parent 4e42baa918
commit 2f2810a3b5
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
9 changed files with 0 additions and 18 deletions

View file

@ -117,7 +117,6 @@ Setting `enabled_for_all_posts = true` for a comment system will enable it globa
Alternatively, enable comments on an individual post's front matter by adding the name of the system (`utterances`, `giscus`, `hyvortalk`, or `isso`) `= true`. For example, this is how you would enable giscus:
```toml,hl_lines=09-10
+++
title = "Bears, Beets, Battlestar Galactica: The Dwight Schrute Guide to Life"
date = 2007-04-26
description = "Lessons learned from beet farming and paper sales."
@ -127,7 +126,6 @@ tags = ["personal", "beets"]
[extra]
giscus = true
+++
```
If you accidentally enable more than one system, your site will fail to build with an error.