CSS improvements
This commit is contained in:
parent
d0d75b5991
commit
02dd258844
5 changed files with 164 additions and 190 deletions
|
@ -51,16 +51,20 @@
|
|||
></script>
|
||||
</head>
|
||||
<body>
|
||||
<article>
|
||||
<header>
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<header>
|
||||
<nav>
|
||||
<a href="/">Dimitri Lozeve</a>
|
||||
<div>
|
||||
<a href="/archive.html">Posts</a>
|
||||
<a href="/projects.html">Projects</a>
|
||||
<a href="/cv.html">CV</a>
|
||||
<a href="/contact.html">Contact</a>
|
||||
</nav>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<header>
|
||||
$if(title)$
|
||||
<h1 class="title">$title$</h1>
|
||||
$if(subtitle)$
|
||||
|
@ -76,10 +80,5 @@
|
|||
|
||||
$body$
|
||||
</article>
|
||||
|
||||
<footer>
|
||||
Site proudly generated by
|
||||
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue