Added a few files.

This commit is contained in:
Niels Serup
2011-07-09 00:47:30 +02:00
parent 6997e7368a
commit a8bace0591
9 changed files with 22 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ body {
border-style: dashed;
border-color: #ccc;
border-width: 4px 0 0 0;
background-color: #aaa;
background: #aaa url('/static/metadata.png') no-repeat right bottom;
padding: 2px 5px;
color: #fff;
}

View File

@@ -51,6 +51,7 @@ if page.licenses:
less functional.
-->
<script type='text/javascript' src='/static/aesthetics.js'></script>
<script type='text/javascript' src='/static/extra.js'></script>
</head>
<body>
<a id='minilogo' href='/'></a>
@@ -62,7 +63,7 @@ for x in('projects', 'writings', 'films', 'about'):
</ul>
</div>
<div id='body'<!--@exec if page.fullpage: print(" class='full'", end='')@-->>
<!--@eval page.body@-->
<!--@eval run_macros(page.body)@-->
<div id='metadata'>
<!--@eval page.metadata_info@-->
</div>