From 63f8b57d046bd62447cd9880052538922ad13dc0 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 23 Aug 2013 16:00:09 -0400 Subject: [PATCH] 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 %}