jekyll/test/source/_methods/yaml_with_dots.md

9 lines
153 B
Markdown

---
title: "YAML with Dots"
whatever: foo.bar
...
Use `{{ page.title }}` to build a full configuration for use w/Jekyll.
Whatever: {{ page.whatever }}