From 2983cd82d6fea9b6523d946d1fb0b7c25e0c9cef Mon Sep 17 00:00:00 2001 From: Matěj Šmíd Date: Wed, 11 Sep 2013 15:07:51 +0200 Subject: removed tags from title attribute value --- sneakyidea/templates/article.html | 2 +- sneakyidea/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sneakyidea') diff --git a/sneakyidea/templates/article.html b/sneakyidea/templates/article.html index 16cf8c1..6b20c6e 100644 --- a/sneakyidea/templates/article.html +++ b/sneakyidea/templates/article.html @@ -4,7 +4,7 @@

{{ article.title + rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}

{% include 'twitter.html' %} {% include 'google_plusone.html' %}
diff --git a/sneakyidea/templates/index.html b/sneakyidea/templates/index.html index 6b0ddba..9b7dfa9 100644 --- a/sneakyidea/templates/index.html +++ b/sneakyidea/templates/index.html @@ -21,7 +21,7 @@ {% else %}
  • -

    {{ article.title }}

    +

    {{ article.title }}

    -- cgit From eb5f65f4dbdb3489d461ee6584203c039d05df39 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 26 Oct 2013 00:20:18 -0200 Subject: Adding a "screenshot" section to those readme files that don't have one --- sneakyidea/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sneakyidea') diff --git a/sneakyidea/README.rst b/sneakyidea/README.rst index 75d691e..b53107b 100644 --- a/sneakyidea/README.rst +++ b/sneakyidea/README.rst @@ -8,3 +8,9 @@ To make the tag cloud accessible from the navigation bar add :: $ MENUITEMS = (('Tags', 'tags.html'),) in your settings. + +Screenshot +---------- + +.. image:: screenshot.png + :alt: Screenshot of the theme -- cgit