Mercurial > piecrust2
view tests/servings/test_theme.yaml @ 816:d9b1e5ad869f
docs: Add space before link
I always thought that adding a break line, it would automatically add a space. But from the current documentation page https://bolt80.com/piecrust/en/latest/getting-started/, looks like if the next line starts with a link, it gets truncated.
author | Bruno P. Kinoshita <kinow@users.noreply.github.com> |
---|---|
date | Sat, 22 Oct 2016 21:26:41 +1300 |
parents | 3df808b133f8 |
children | 45ad976712ec |
line wrap: on
line source
--- url: / config: site: title: "Some Test" in: theme/theme_config.yml: "name: testtheme" theme/pages/_index.md: "This is {{site.title}} by {{name}}" theme/templates/default.html: "THEME: {{content}}" out: "THEME: This is Some Test by testtheme" --- url: /foo.html config: site: title: "Some Test" foo: bar in: pages/foo.md: "This is: {{foo}} by {{name}}" theme/theme_config.yml: "name: testtheme" out: "This is: bar by testtheme"