1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-27 01:14:40 +01:00
gojekyll/commands/testdata/site/variables.md
2017-07-26 10:17:53 -04:00

1.0 KiB

Page Variables (reference)

Name Value
categories {{ page.categories }}
date {{ page.date }}
id {{ page.id }}
path {{ page.path }}
tags {{ page.tags }}
title {{ page.title }}
url {{ page.url }}

{% comment %} TODO: excerpt content next previous {% endcomment %}

Site Variables (reference)

Name Value Notes
description {{ site.description }} (from _config.yml)
time {{ site.time }}
title {{ site.title }} (from _config.yml)

{% comment %} TODO: pages posts related_posts static_files html_pages html_files collections data documents categories tags {% endcomment %}