Change Language

Writing

You can use the following variables to replace with something else. Variables are enclosed by %variable_name% where variable_name is the name of available variables you want. This feature can be used in content files where the content partial is used, such as documentation sections, home page, blog, etc.

To display the raw of the variable name itself, prefix with /. For example, %/title%

Be warned that failure to retrieve the variable will render that string directly.

Supported variables:

Example

---
title: Test
---
This page is titled %title%

You might also like

This site is last updated ago