summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/post.html10
-rw-r--r--_sass/main.sass14
2 files changed, 18 insertions, 6 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 1728159..f29c132 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -16,11 +16,15 @@
<div id="title">
<div class="container">
<div class="col-md-8 col-md-offset-2">
- <h1 class="sr-only" id="logo">
- <a href="/">{{site.title}}</a>
+ <h1 id="logo">
+ <a href="/">
+ <img src="/css/images/favicon.png"
+ title="{{site.title}}"
+ alt="{{site.title}}"/>
+ </a>
</h1>
<h1>
- {{page.title}}
+ {{page.title}} <br/>
<small id="slogan">{{page.date | date_to_long_string}}</small>
</h1>
</div>
diff --git a/_sass/main.sass b/_sass/main.sass
index 094830c..7032ef9 100644
--- a/_sass/main.sass
+++ b/_sass/main.sass
@@ -37,6 +37,14 @@ section.feature
#title
border-bottom: 1px solid rgba(#000,0.1)
- padding-top: 2em
- padding-bottom: 2em
- margin-bottom: 2em
+ padding-top: 3em
+ padding-bottom: 3em
+ margin-bottom: 3em
+
+#logo
+ img
+ width: 128px
+ float: left
+ margin-right: 18px
+ margin-left: -146px
+