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"> <div class="wrapper">
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a> <a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
</div> </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> <aside>
<nav> <nav>
<ul> <ul>

View file

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

View file

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