fix: do not use liquid (#22756)

This commit is contained in:
Arthur 2025-06-03 19:09:23 +02:00 committed by GitHub
parent f71b51ee7e
commit 2eb9629370
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ following keys are supported. The title, description, and keywords are required.
Here's an example of a valid (but contrived) page metadata. The order of
the metadata elements in the front matter isn't important.
```liquid
```text
---
description: Instructions for installing Docker Engine on Ubuntu
keywords: requirements, apt, installation, ubuntu, install, uninstall, upgrade, update
@ -70,7 +70,7 @@ Splitting long lines (preferably up to 80 characters) can make it easier to prov
If you want to add an entry to the sidebar, but you want the link to point somewhere else, you can use the `sidebar.goto` parameter.
This is useful in combination with `build.render` set to `always`, which creates a pageless entry in the sidebar that links to another page.
```md
```text
---
title: Dummy sidebar link
build: