From bc0f01fbc38e25b43ff63803d491b9d6a5637f2a Mon Sep 17 00:00:00 2001 From: jminardi Date: Thu, 11 Jul 2013 00:18:05 -0500 Subject: BUG: direct header link to correct url --- mnmlist/templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mnmlist/templates') diff --git a/mnmlist/templates/page.html b/mnmlist/templates/page.html index 0fad5fe..8b16fa7 100644 --- a/mnmlist/templates/page.html +++ b/mnmlist/templates/page.html @@ -3,7 +3,7 @@ {% block content %}

{{ SITENAME }} {% if SITESUBTITLE %} {{ SITESUBTITLE }}{% endif %} : - {{ page.title }}

+ {{ page.title }}
{{ page.content }} -- cgit 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 --- mnmlist/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mnmlist/templates') diff --git a/mnmlist/templates/index.html b/mnmlist/templates/index.html index 1505418..d29eb44 100644 --- a/mnmlist/templates/index.html +++ b/mnmlist/templates/index.html @@ -21,7 +21,7 @@ {% endif %} {# other items #} {% else %} -
  • {{ article.title }}
  • +
  • {{ article.title }}
  • {% endif %} {% endfor %} {% if loop.length > 1 %} -- cgit