{% include vars.html %} {% if jekyll.environment == "development" or include.render %} {% include utils/page-vars.html page=include.page %} {% capture vars %} page : {{page | inspect}} layout : {{layout | inspect}} page.layout : {{page.layout | inspect}} page.dir : {{page.dir | inspect}} page.name : {{page.name | inspect}} page.path : {{page.path | inspect}} page.url : {{page.url | inspect}} page:lang : {{page_lang | inspect}} page:url_base : {{page_url_base | inspect}} page:url_lang : {{page_url_lang | inspect}} page:url_relative : {{page_url_relative | inspect}} page:title : {{page_title | inspect}} page:description : {{page_description | inspect}} page:guide : {{page_guide | inspect}} {% endcapture %} {% if page.layout == "guide" %}
{{vars | strip}}
This page needs a title
within the _data/i18n/:lang.yml
file, like this:
"{{page_url_relative}}":
title: "Example Title"
description: "Example Description"
This page needs a description
within the _data/i18n/:lang.yml
file, like this:
"{{page_url_relative}}":
title: "Example Title"
description: "Example Description"
This page contains some [TODO]
's, if you have time, please complete them
{% for n in (start..end) %}{{n}}: {{lines[n] | escape}}
{% endfor %}
{% endif %}
{% endfor %}
This page contains this heading:
{{line | escape}}
All headings need a table of contents "toc" link, please use this exact one:
{{link | escape}}