diff --git a/_layouts/default.html b/_layouts/default.html index 17f9dc7..74f904c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,14 +2,15 @@ + {{ page.title }} -
-
- +
+
+ {{ site.title }}

{{ site.title }}

Home @@ -18,11 +19,11 @@

{{ site.title }}

Uses Contact
-
-
+
+
{{ content }}
-
+
© {{ site.title }} {{ site.time | date: '%Y' }}
diff --git a/_layouts/tags.html b/_layouts/tags.html index 249b2fd..d755c32 100644 --- a/_layouts/tags.html +++ b/_layouts/tags.html @@ -5,7 +5,7 @@

{{ page.title }}

-
+
{% for post in page.tagged_posts %} {% include post.html post=post %} {% endfor %} diff --git a/index.html b/index.html index 2fe6b10..ef90fd4 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ title: Adam Laycock --- -
+
{% for link in site.data.links %} -
+
{% for post in site.posts limit:4 %} {% include post.html post=post %} {% endfor %} -
+

More Posts

All Posts

{% capture tagString %}{% for tag in site.tags %}{{ tag[0] }}{% unless forloop.last %}|{% endunless %}{% endfor %}{% endcapture %}