commit | 35812c20ef2721e90abaad548300656ccbca7d39 | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@redhat.com> | Tue Apr 30 02:01:40 2013 +0200 |
committer | Giulio Fidente <gfidente@redhat.com> | Tue Apr 30 02:01:40 2013 +0200 |
tree | aa0c7ea37fdf57832f17a10523d1781a3a21104a | |
parent | ff34fb30fda9484a1bed19467c375c56bb6b2083 [diff] [blame] |
I do not want the link to rel as 'bookmark'
diff --git a/templates/page.html b/templates/page.html index e0ab96e..d2fd6c4 100644 --- a/templates/page.html +++ b/templates/page.html
@@ -8,7 +8,7 @@ {% block content %} <article> <div id="article_title"> - <h3><a href="{{ SITEURL }}/{{ page.url }}" rel="bookmark">{{ page.title }}</a></h3> + <h3><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></h3> </div> <div id="article_text"> {{ page.content }}