diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-01-09 22:17:18 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-01-09 22:17:18 +0000 |
| commit | bee356476f2932f69b05c0b1d8decd0e1843ff6b (patch) | |
| tree | 9e54a07f75d25a95c166eb15d09aae82babd324b | |
| parent | 459d3bd4ef23a39a38cd5c0b9d5e27d70531ab48 (diff) | |
Add missing rel=bookmark to post anchors.
| -rw-r--r-- | _site_build/archives/index.html | 2 |
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 %} |
