New stuff.
This commit is contained in:
@@ -84,6 +84,11 @@ body {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#metadata li {
|
||||
display: inline;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#logo {
|
||||
margin-top: 10px;
|
||||
background: #111111;
|
||||
|
||||
@@ -62,10 +62,11 @@ for x in('projects', 'writings', 'films', 'about'):
|
||||
print(' ' * 14 + "<li><a href='/{x}/'>{x}</a></li>".format(x=x))@-->
|
||||
</ul>
|
||||
</div>
|
||||
<div id='body'<!--@exec if page.fullpage: print(" class='full'", end='')@-->>
|
||||
<div id='body'<!--@exec if page.is_fullpage: print(" class='full'", end='')@-->>
|
||||
<!--@eval page.toc_html if page.has_toc else ''@-->
|
||||
<!--@eval run_macros(page.body)@-->
|
||||
<div id='metadata'>
|
||||
<!--@eval page.metadata_info@-->
|
||||
<!--@eval page.metadata_html@-->
|
||||
</div>
|
||||
</div>
|
||||
<div id='logo'>
|
||||
|
||||
Reference in New Issue
Block a user