mirror of
https://github.com/danog/gojekyll.git
synced 2024-12-03 00:47:47 +01:00
16 lines
201 B
Markdown
16 lines
201 B
Markdown
---
|
|
permalink: /
|
|
variable: page variable
|
|
---
|
|
|
|
# Site Title
|
|
|
|
Here is a test with a {{ site.variable}}, a {{ page.variable }} and [a link]({% link archive.md %}).
|
|
|
|
## Subsection
|
|
|
|
* A
|
|
* list
|
|
* of
|
|
* items
|