Fix about link and spacing of headings

This commit is contained in:
Dhananjay Balan 2017-02-01 15:58:02 +01:00
parent e05902a4c1
commit 110cd0f63e
5 changed files with 3 additions and 23 deletions

View File

@ -1,11 +0,0 @@
---
title: About
---
=======
About
=======
https://dbalan.in
What are top domains for?

View File

@ -1,5 +0,0 @@
---
title: Contact
---
Is this really real?

View File

@ -27,12 +27,6 @@ main = hakyll $ do
route $ idRoute route $ idRoute
compile copyFileCompiler compile copyFileCompiler
match (fromList ["about.rst", "contact.markdown"]) $ do
route $ setExtension "html"
compile $ pandocCompiler
>>= loadAndApplyTemplate "templates/default.html" defaultContext
>>= relativizeUrls
match "blog/*" $ do match "blog/*" $ do
route $ octopressRoute route $ octopressRoute
compile $ pandocCompiler compile $ pandocCompiler

View File

@ -1,3 +1,5 @@
<article>
<h1>Archives</h1> <h1>Archives</h1>
$partial("templates/post-list.html")$ $partial("templates/post-list.html")$
</article>

View File

@ -14,7 +14,7 @@
<!-- <a href="/"><img class="badge" src="/images/badge.png" width="50px" alt="BS"></a> --> <!-- <a href="/"><img class="badge" src="/images/badge.png" width="50px" alt="BS"></a> -->
<a class="active" href="/index.html">Binary Strolls</a>&nbsp&nbsp&nbsp <a class="active" href="/index.html">Binary Strolls</a>&nbsp&nbsp&nbsp
<a href="/archive.html">Archive</a>&nbsp&nbsp <a href="/archive.html">Archive</a>&nbsp&nbsp
<a href="/about.html">About</a> <a href="https://dbalan.in">About</a>
</nav> </nav>
</header> </header>
<div id="content"> <div id="content">