[gimp-web] Changed news item titles to { title } - GIMP
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web] Changed news item titles to { title } - GIMP
- Date: Sun, 22 Nov 2015 17:09:39 +0000 (UTC)
commit 0e726e03db93762ac8f26f070f7f9e58aa7be3f4
Author: Pat David <pat patdavid net>
Date: Sun Nov 22 11:08:39 2015 -0600
Changed news item titles to { title } - GIMP
themes/newgimp/templates/article.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/templates/article.html b/themes/newgimp/templates/article.html
index 973fc12..6e2d8d8 100644
--- a/themes/newgimp/templates/article.html
+++ b/themes/newgimp/templates/article.html
@@ -1,5 +1,7 @@
{% extends "base.html" %}
+{% block title %}{{ article.title|striptags }} - GIMP{% endblock %}
+
{% block head %}
{{ super() }}
{% for keyword in article.keywords %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]