diff options
Diffstat (limited to '_site_build/archives/index.html')
| -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 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> |
