diff --git a/_includes/comments.html b/_includes/comments.html index af5075f..83cc0fc 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -1,4 +1,4 @@ -
{{ comment.subject }}
{{ comment.subject }}
{% if page.is_home != true %}-
- Home
+ Home
+
{% endif %}
-
Top
diff --git a/_includes/post_navigation.html b/_includes/post_navigation.html
index 459b07e..6b8cf89 100644
--- a/_includes/post_navigation.html
+++ b/_includes/post_navigation.html
@@ -1,10 +1,9 @@
-
+
{% if page.previous.url %}-
- <<
+ <<
{% endif %}
diff --git a/_includes/tag_list.html b/_includes/tag_list.html
index e5c05af..91d719c 100644
--- a/_includes/tag_list.html
+++ b/_includes/tag_list.html
@@ -63,7 +63,7 @@
{% assign sorted_tags = sorted_tags | slice: 0, s %}
{% endif %}
-
+
{% for tag_elements in sorted_tags %} {% assign tag = tag_elements | split: '|' %} diff --git a/_pages/404.md b/_pages/404.md index d6cb239..3042386 100644 --- a/_pages/404.md +++ b/_pages/404.md @@ -4,6 +4,6 @@ title: 404 permalink: 404.html --- -:( +!? -Looks like this page doesn't exist. +Looks like this page does not exist. diff --git a/_pages/index.md b/_pages/index.md index c717100..0a23d85 100644 --- a/_pages/index.md +++ b/_pages/index.md @@ -48,12 +48,10 @@ excerpt: none {% endif %}-
-
{% comment %}See http://frontendcollisionblog.com/jekyll/snippet/2015/03/23/how-to-show-a-summary-of-your-post-with-jekyll.html
which is released under the MIT license, Copyright (c) 2015 Joshua Beam
{% endcomment %}
{% capture post_excerpt %}
-
{% if post.content contains site.excerpts.start and post.content contains site.excerpts.end %}
{% assign start=post.content | split: site.excerpts.start | last %}
{% assign end=start | split: site.excerpts.end | first %}
@@ -61,9 +59,7 @@ excerpt: none
{% else %}
{{ post.content | strip_html | truncatewords: site.excerpts.words }}
{% endif %}
-
{% endcapture %}
-
[ {{ post.date | date: "%F" }} ] {{ post.title }} { {{ post_excerpt }} }
@@ -75,4 +71,3 @@ excerpt: none
{% assign i=i | plus: 1 %}
{% endfor %}
-
diff --git a/_pages/tags.md b/_pages/tags.md
index 75abd75..f87e408 100644
--- a/_pages/tags.md
+++ b/_pages/tags.md
@@ -8,7 +8,7 @@ permalink: /tags/
+
{% assign site_tags = site.tags | sort %}
-