1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

Improved the default theme.

Closes: #48
This commit is contained in:
Bastian Venthur
2023-06-13 16:29:44 +02:00
parent e1b1ebde32
commit fe268516e3
18 changed files with 515 additions and 43 deletions

View File

@@ -70,7 +70,7 @@ def test_tag(tag_template: Template) -> None:
'archive': archive,
}
result = tag_template.render(ctx)
assert 'Tag foo' in result
assert 'foo' in result
assert 'this is a title' in result
assert '1980-05-09' in result