Small tweaks

This commit is contained in:
Jesper Hess 2016-04-06 19:30:22 +02:00
parent 76a1c47444
commit 5567425ecb
4 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<div class="wrapper">
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
</div>
<div class="wrapper"><small>This site is also available as a Tor hidden service here: <a href="http://mjfjbs3547exsy6r.onion">http://mjfjbs3547exsy6r.onion</a> </small></div>
<div class="wrapper"><small>This site is also available as a <a href="http://mjfjbs3547exsy6r.onion">Tor hidden service</a> </small></div>
<aside>
<nav>
<ul>

View File

@ -8,7 +8,7 @@
}
.site-title {
font-size: 1.5rem;
font-size: 2.0rem;
font-weight: 300;
letter-spacing: -1px;
color: $grey-color-dark;
@ -22,7 +22,7 @@
aside {
width: 100%;
z-index: 2;
nav {
max-width: 800px;
margin: 0 auto;

View File

@ -1,8 +1,9 @@
---
layout: default
---
<h4>Blog</h4>
<header class="post-header">
<h1 class="post-title">Blog</h1>
</header>
{% for post in site.posts %}
<time>{{ post.date | date: "%b %-d, %Y" }}</time>
<h3><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h3>