Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Kevin Heis eedcd1d861
Combine three super footer elements into one section (#16724)
4 years ago
..
3df90fc9b8
Hello git history spelunker!
4 years ago
eedcd1d861
Combine three super footer elements into one section (#16724)
4 years ago
b17792766b
Fix links to articles/products/categories (#17761)
4 years ago
d4d701782f
Make heading are semantic while maintaining font-size
4 years ago
6ae96188f2
Move 404 and 500 images to local (#17432)
4 years ago
6ae96188f2
Move 404 and 500 images to local (#17432)
4 years ago
a3ad549e39
Block a few more things in AIRGAP (#17657)
4 years ago
a3ad549e39
Block a few more things in AIRGAP (#17657)
4 years ago
28efe65bf5
Fix some invalid Liquid (#17705)
4 years ago
28efe65bf5
Fix some invalid Liquid (#17705)
4 years ago

README.md

You have to be logged in to leave a comment. Sign In

Layouts

The files in this directory are layouts which can be wrapped around pages.

See also includes, which are snippets of HTML or Markdown that can be reused in multiple layouts.

Using Layouts

Be default, layouts/default.html will be used for all pages.

To use a custom layout, add a layout value to the page's frontmatter:

---
title: Hello World
layout: some-layout
---

The example above will use the layouts/some-layout.html layout.

To render a page with no layout, set layout: false.

Writing Layouts

Layout files should have a .html or .md extension, and they must include the string {{ content}} to specify where inner content should be injected.

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...