Skip to content

Commit 2eb9629

Browse files
authored
fix: do not use liquid (#22756)
1 parent f71b51e commit 2eb9629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/contribute/file-conventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ following keys are supported. The title, description, and keywords are required.
3737
Here's an example of a valid (but contrived) page metadata. The order of
3838
the metadata elements in the front matter isn't important.
3939

40-
```liquid
40+
```text
4141
---
4242
description: Instructions for installing Docker Engine on Ubuntu
4343
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
7070
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.
7171
This is useful in combination with `build.render` set to `always`, which creates a pageless entry in the sidebar that links to another page.
7272

73-
```md
73+
```text
7474
---
7575
title: Dummy sidebar link
7676
build:

0 commit comments

Comments
 (0)