Update header and styling
This commit is contained in:
parent
0efca8e59d
commit
547fb99ab2
30 changed files with 57 additions and 1476 deletions
|
@ -11,6 +11,7 @@
|
|||
<title>Dimitri Lozeve - $title$</title>
|
||||
<link rel="stylesheet" href="/css/tufte.css" />
|
||||
<link rel="stylesheet" href="/css/pandoc.css" />
|
||||
<link rel="stylesheet" href="/css/default.css" />
|
||||
<link rel="stylesheet" href="/css/syntax.css" />
|
||||
|
||||
<!-- KaTeX CSS styles -->
|
||||
|
@ -28,9 +29,6 @@
|
|||
<article>
|
||||
$if(title)$
|
||||
<header>
|
||||
<div class="logo">
|
||||
<a href="/">Dimitri Lozeve</a>
|
||||
</div>
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/projects.html">Projects</a>
|
||||
|
@ -52,9 +50,6 @@
|
|||
</header>
|
||||
$endif$
|
||||
|
||||
<!-- <header> -->
|
||||
<!-- </header> -->
|
||||
|
||||
$if(toc)$
|
||||
<nav id="$idprefix$TOC">
|
||||
$toc$
|
||||
|
@ -63,9 +58,6 @@
|
|||
</article>
|
||||
|
||||
$body$
|
||||
<!-- <main role="main"> -->
|
||||
<!-- $body$ -->
|
||||
<!-- </main> -->
|
||||
|
||||
<footer>
|
||||
Site proudly generated by
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<article>
|
||||
<section class="header">
|
||||
Posted on $date$
|
||||
$if(author)$
|
||||
by $author$
|
||||
$endif$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue