From 4ca33bec70856a56522f03a5de742c4ecc7b8032 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 23 Aug 2013 15:59:53 -0400 Subject: [PATCH 1/2] Change theme download URL --- theme-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} From 63f8b57d046bd62447cd9880052538922ad13dc0 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 23 Aug 2013 16:00:09 -0400 Subject: [PATCH 2/2] Fix a few more forgotten {{ site.url }}'s --- archive.html | 2 +- tags.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}