Code cleanup

git-svn-id: file:///srv/svn/repo/aya/trunk@53 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
prologic
2021-10-28 16:10:15 +00:00
parent 3ad13ec62d
commit 4565d134a5
3 changed files with 6 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ foo: bar
title: Hello, world!
---
Some content in markdown
`: Vars{
`: {
"foo": "bar",
"title": "Hello, world!",
"url": "test.html",
@@ -67,7 +67,7 @@ Some content in markdown
url: "example.com/foo.html"
---
Hello
`: Vars{
`: {
"url": "example.com/foo.html",
"__content": "Hello\n",
},