aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap2')
-rw-r--r--bootstrap2/README.rst8
-rw-r--r--bootstrap2/templates/article.html2
2 files changed, 8 insertions, 2 deletions
diff --git a/bootstrap2/README.rst b/bootstrap2/README.rst
index 7bc68a6..b599c63 100644
--- a/bootstrap2/README.rst
+++ b/bootstrap2/README.rst
@@ -8,4 +8,10 @@ and try to keep other features from Pelican's default theme ``notmyidea``.
Also you can see its result from `my Github Page <http://farseerfc.github.com/>`_. It will be updated using latest theme.
-Feel free to use it. \ No newline at end of file
+Feel free to use it.
+
+Screenshot
+----------
+
+.. image:: screenshot.png
+ :alt: Screenshot of the theme
diff --git a/bootstrap2/templates/article.html b/bootstrap2/templates/article.html
index 638655c..3a3dc4a 100644
--- a/bootstrap2/templates/article.html
+++ b/bootstrap2/templates/article.html
@@ -7,7 +7,7 @@
<h1>
<a href="{{ pagename }}"
rel="bookmark"
- title="Permalink to {{ article.title }}">
+ title="Permalink to {{ article.title|striptags }}">
{{ article.title}}
</a>
{% include 'twitter.html' %}