diff --git a/archive.html b/archive.html
index 0fb2e2a..aa8fd8a 100644
--- a/archive.html
+++ b/archive.html
@@ -13,7 +13,7 @@ description: "An archive of posts."
{% if post.link %}
diff --git a/tags.html b/tags.html
index 98d056c..c0a6ab8 100644
--- a/tags.html
+++ b/tags.html
@@ -27,7 +27,7 @@ description: "An archive of posts sorted by tag."
{% for post in pages_list %}
{% if post.title != null %}
{% if group == null or group == post.group %}
-
{{ post.title }}
+
{{ post.title }}
{% endif %}
{% endif %}
{% endfor %}
diff --git a/theme-setup.md b/theme-setup.md
index dbf7ea5..09fb227 100644
--- a/theme-setup.md
+++ b/theme-setup.md
@@ -21,7 +21,7 @@ General notes and suggestions for customizing **HPSTR RDX**.
5. Check out the sample posts in `_posts` to see examples for pulling in large feature images, tags, and other YAML data.
6. Read the documentation below for further customization pointers and documentation.
-
+
**Pro-tip:** Delete the `gh-pages` branch after cloning and start fresh by branching off `master`. There is a bunch of garbage in `gh-pages` used for the theme's demo that I'm guessing you don't want on your site.
{:.notice}