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 --- notmyidea-cms/templates/article.html | 2 +- notmyidea-cms/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'notmyidea-cms') diff --git a/notmyidea-cms/templates/article.html b/notmyidea-cms/templates/article.html index 6f50605..1d869c0 100644 --- a/notmyidea-cms/templates/article.html +++ b/notmyidea-cms/templates/article.html @@ -4,7 +4,7 @@

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

{% include 'twitter.html' %}
{% include 'article_infos.html' %} diff --git a/notmyidea-cms/templates/index.html b/notmyidea-cms/templates/index.html index 1e4bad3..5e1e676 100644 --- a/notmyidea-cms/templates/index.html +++ b/notmyidea-cms/templates/index.html @@ -19,7 +19,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 --- notmyidea-cms/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 notmyidea-cms/README.md (limited to 'notmyidea-cms') diff --git a/notmyidea-cms/README.md b/notmyidea-cms/README.md new file mode 100644 index 0000000..86f7194 --- /dev/null +++ b/notmyidea-cms/README.md @@ -0,0 +1,7 @@ +# notmyidea-cms # + + + +## Screenshot ## + +![screenshot](screenshot.png) -- cgit From c78de866386c7e9011bf6d57e4b6aa984ef4a871 Mon Sep 17 00:00:00 2001 From: nrvale0 Date: Tue, 15 Apr 2014 14:08:01 -0700 Subject: Fix varname for building ATOM all link in base.html Fix varname for building ATOM all link in base.html --- notmyidea-cms/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmyidea-cms') diff --git a/notmyidea-cms/templates/base.html b/notmyidea-cms/templates/base.html index 387125b..a782e50 100644 --- a/notmyidea-cms/templates/base.html +++ b/notmyidea-cms/templates/base.html @@ -68,7 +68,7 @@