summaryrefslogtreecommitdiff
path: root/_site_build/archives/index.html
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2012-01-07 20:29:41 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2012-01-07 20:29:41 +0000
commitf59e8e63993f4410839fa90ac5df859abb4015c8 (patch)
tree447732288abfcc8b3cd18a9bef10c80242d4b4b4 /_site_build/archives/index.html
parent5da0b65e69a4a6550f589a27a60358b0ad2e15e7 (diff)
Add rel=bookmark
Diffstat (limited to '_site_build/archives/index.html')
-rw-r--r--_site_build/archives/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_site_build/archives/index.html b/_site_build/archives/index.html
index e09e2b0..721e66a 100644
--- a/_site_build/archives/index.html
+++ b/_site_build/archives/index.html
@@ -19,7 +19,7 @@ robots: follow, noindex, noodp, noydir
{% endif %}
{% endunless %}
<li>
- <time datetime="{{ post.date | date: '%Y-%m-%d' }}" pubdate>{{ post.date | date: '%b' }} {{ post.date | ordinalize }}</time> <a href="{{ post.url }}" target="_self" title="{{ post.title }}">{{ post.title }}</a>
+ <time datetime="{{ post.date | date: '%Y-%m-%d' }}" pubdate>{{ post.date | date: '%b' }} {{ post.date | ordinalize }}</time> <a href="{{ post.url }}" rel="bookmark" target="_self" title="{{ post.title }}">{{ post.title }}</a>
</li>
{% endfor %}
</ol>