summaryrefslogtreecommitdiff
path: root/_site_build/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_site_build/_layouts')
-rw-r--r--_site_build/_layouts/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_site_build/_layouts/post.html b/_site_build/_layouts/post.html
index f37fc0d..e45ca24 100644
--- a/_site_build/_layouts/post.html
+++ b/_site_build/_layouts/post.html
@@ -11,10 +11,10 @@ layout: default
<nav>
<ul>
{% if page.previous.url %}
- <li class="prev-article"><a href="{{ page.previous.url }}" target="_self" rel="prev" title="{{ page.previous.title }}">&laquo; {{ page.previous.title }}</a></li>
+ <li class="prev-article"><a href="{{ page.previous.url }}" target="_self" rel="prev bookmark" title="{{ page.previous.title }}">&laquo; {{ page.previous.title }}</a></li>
{% endif %}
{% if page.next.url %}
- <li class="next-article"><a href="{{ page.next.url }}" target="_self" rel="next" title="{{ page.next.title }}">{{ page.next.title }} &raquo;</a></li>
+ <li class="next-article"><a href="{{ page.next.url }}" target="_self" rel="next bookmark" title="{{ page.next.title }}">{{ page.next.title }} &raquo;</a></li>
{% endif %}
</ul>
</nav>