Fix langing page.
This commit is contained in:
parent
3241c491e5
commit
e05902a4c1
@ -75,6 +75,10 @@
|
|||||||
}
|
}
|
||||||
/*-- End of Icomoon icon font section --*/
|
/*-- End of Icomoon icon font section --*/
|
||||||
|
|
||||||
|
nav.group a.active {
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
header > nav a{
|
header > nav a{
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
12
index.html
12
index.html
@ -2,12 +2,14 @@
|
|||||||
title: Home
|
title: Home
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<h1>Binary Strolls</h1>
|
||||||
|
<p class="subtitle">Cyber rambling (or ranting), mostly about code.</p>
|
||||||
|
|
||||||
<h1>Binary Strolls</h1>
|
<h3>Recent Posts</h3>
|
||||||
|
|
||||||
<h3>Recent Posts</h3>
|
$partial("templates/post-list.html")$
|
||||||
|
|
||||||
$partial("templates/post-list.html")$
|
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
|
||||||
|
|
||||||
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
|
|
||||||
|
|
||||||
|
</article>
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
<header>
|
<header>
|
||||||
<nav class="group">
|
<nav class="group">
|
||||||
<!-- <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" class="active">Home</a>
|
<a class="active" href="/index.html">Binary Strolls</a>   
|
||||||
<a href="/archive.html">Archive</a>
|
<a href="/archive.html">Archive</a>  
|
||||||
<a href="/about.html">About</a>
|
<a href="/about.html">About</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
Reference in New Issue
Block a user