aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html4
-rw-r--r--_layouts/page.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index a69e734..c76dcbd 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -25,12 +25,12 @@
<div class="container">
<header class="masthead clearfix">
<a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" /></a>
-
+
<div class="site-info">
<h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
<p class="site-description">{{ site.description }}</p>
</div>
-
+
<nav>
<a href="{{ site.baseurl }}/">Blog</a>
<a href="{{ site.baseurl }}/about">About</a>
diff --git a/_layouts/page.html b/_layouts/page.html
index cff5360..c8f0164 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -3,7 +3,7 @@ layout: default
---
<article class="page">
-
+
<h1>{{ page.title }}</h1>
<div class="entry">