Improved.
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
xsi:schemaLocation='http://www.w3.org/1999/xhtml
|
||||
http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd'>
|
||||
<head>
|
||||
<title>metanohi: <!--@eval
|
||||
print(page.title, end='')--></title>
|
||||
<title>metanohi: <!--@eval page.title@--></title>
|
||||
<meta name='author' content='Niels Serup' />
|
||||
<meta name='description'
|
||||
content='This is the personal website of Niels Serup. It hosts
|
||||
@@ -35,15 +34,15 @@ print(page.title, end='')--></title>
|
||||
<meta name='DCTERMS.modified' content='{modified}' />
|
||||
<meta name='DCTERMS.language' content='en' />
|
||||
<meta name='DCTERMS.isPartOf' content='http://metanohi.org/' />
|
||||
<meta name='DCTERMS.isVersionOf' content='<!--@eval print(page.core_url, end='')-->' />
|
||||
<meta name='DCTERMS.isVersionOf' content='<!--@eval page.core_url@-->' />
|
||||
<meta name='DCTERMS.audience' content='software developers' />
|
||||
<meta name='DCTERMS.audience' content='hackers' />
|
||||
<meta name='DCTERMS.audience' content='individuals' />
|
||||
<!--@eval
|
||||
<!--@exec
|
||||
if page.licenses:
|
||||
for x in page.licenses:
|
||||
print("""<link rel='copyright' href='{x.url}' />
|
||||
<meta name='DCTERMS.license' content='{x.url}' />""").format(x=x)-->
|
||||
<meta name='DCTERMS.license' content='{x.url}' />""").format(x=x)@-->
|
||||
<meta name='robots' content='ALL' />
|
||||
<link rel='icon' type='image/png' href='/favicon.png' />
|
||||
<!--
|
||||
@@ -51,21 +50,21 @@ if page.licenses:
|
||||
it for aesthetic reasons only. Not loading it will not make this website
|
||||
less functional.
|
||||
-->
|
||||
<script type='text/javascript' src='/static/basics.js'></script>
|
||||
<script type='text/javascript' src='/static/aesthetics.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<a id='minilogo' href='/'></a>
|
||||
<div id='menu'>
|
||||
<ul id='menulinks'>
|
||||
<!--@preval
|
||||
<!--@prexec
|
||||
for x in('projects', 'writings', 'films', 'about'):
|
||||
print(' ' * 14 + "<li><a href='/{x}/'>{x}</a></li>".format(x=x))-->
|
||||
print(' ' * 14 + "<li><a href='/{x}/'>{x}</a></li>".format(x=x))@-->
|
||||
</ul>
|
||||
</div>
|
||||
<div id='body'<!--@eval if page.fullpage: print(" class='full'", end='')-->>
|
||||
<!--@eval print(page.body)-->
|
||||
<div id='body'<!--@exec if page.fullpage: print(" class='full'", end='')@-->>
|
||||
<!--@eval page.body@-->
|
||||
<div id='metadata'>
|
||||
<!--@eval print(page.metadata_info)-->
|
||||
<!--@eval page.metadata_info@-->
|
||||
</div>
|
||||
</div>
|
||||
<div id='logo'>
|
||||
|
||||
Reference in New Issue
Block a user