Much more text.

This commit is contained in:
Niels Serup
2011-08-01 22:39:41 +02:00
parent aae339084f
commit d1b8234f78
41 changed files with 1131 additions and 48 deletions

View File

@@ -33,7 +33,7 @@ page.summary = run_macros(page.summary)
<meta name='DCTERMS.title' content='<!--@eval page.title@-->' />
<meta name='DCTERMS.description' content='<!--@eval page.summary@-->' />
<meta name='DCTERMS.creator' content='Niels Serup' />
<meta name='DCTERMS.format' content='application/xhtml+xml' />
<!-- <meta name='DCTERMS.format' content='application/xhtml+xml' />-->
<!--@exec
if page.created_rfc3339:
print(" <meta name='DCTERMS.created' content='{}' />".format(page.created_rfc3339))