diff options
| -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 %} |
