From b9b02c8029f102851ede7cf8dbc888ebd63bc1da Mon Sep 17 00:00:00 2001 From: ArthurFlag Date: Tue, 3 Jun 2025 18:12:39 +0200 Subject: [PATCH] do not use liquid --- content/contribute/file-conventions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/contribute/file-conventions.md b/content/contribute/file-conventions.md index c2166ca2bf88..bb658b802cdf 100644 --- a/content/contribute/file-conventions.md +++ b/content/contribute/file-conventions.md @@ -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: