summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 2bbc27f..83942ad 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -59,10 +59,11 @@
<!-- Main content. -->
<section class="content-wrapper">
-<h2>{% if page.layout == "post" %}{{ page.date | date_to_string }}: {% endif %}{% if page.title %}{{ page.title }}{% else %}About myself{% endif %}</h2>
-<hr />
+<div class="content-title">
+<h1>John Touhey</h1><p>: </p><h2>{% if page.layout == "post" %}{{ page.date | date_to_string }}: {% endif %}{% if page.title %}{{ page.title }}{% else %}About myself{% endif %}</h2>
+</div>
-<div class="content">
+<hr /><div class="content">
{{ content }}
</div></section>
@@ -74,7 +75,7 @@
</a></div>
<div class="side-content"><header>
- <h1>John Touhey</h1>
+ <p class="menu-title">John Touhey</p>
<p>Musician, painter, father.</p>
</header><nav><ul>
<li><a href="{{ site.baseurl }}/">Home</a></li>