summaryrefslogtreecommitdiff
path: root/_site_build/archives/index.html
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2012-01-09 22:17:18 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2012-01-09 22:17:18 +0000
commitbee356476f2932f69b05c0b1d8decd0e1843ff6b (patch)
tree9e54a07f75d25a95c166eb15d09aae82babd324b /_site_build/archives/index.html
parent459d3bd4ef23a39a38cd5c0b9d5e27d70531ab48 (diff)
Add missing rel=bookmark to post anchors.
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 71aed54..9c4644f 100644
--- a/_site_build/archives/index.html
+++ b/_site_build/archives/index.html
@@ -16,7 +16,7 @@ robots: follow, noindex, noodp, noydir, noarchive
<ol>
{% endif %}
<li>
- <a href="{{ post.url }}" target="_self" title="{{ post.title }}">{{ post.title }}</a>
+ <a href="{{ post.url }}" rel="bookmark" target="_self" title="{{ post.title }}">{{ post.title }}</a>
</li>
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
{% capture pyear %}{{ post.previous.date | date: '%Y' }}{% endcapture %}