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 %}

{{ post.title }}

{% else %} -

+

{% endif %}
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 %} -
  • +
  • {% 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. -
    Download the Theme
    +
    Download the Theme
    **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}