[gimp-web/testing] Remove urls from legacy tutorial list
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/testing] Remove urls from legacy tutorial list
- Date: Thu, 19 May 2016 02:45:01 +0000 (UTC)
commit 241f61a42324703949fdec1d5342e80928103756
Author: Pat David <pat patdavid net>
Date: Wed May 18 21:43:17 2016 -0500
Remove urls from legacy tutorial list
themes/newgimp/templates/tutorial-list.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/templates/tutorial-list.html b/themes/newgimp/templates/tutorial-list.html
index cdc1f90..0be9b05 100644
--- a/themes/newgimp/templates/tutorial-list.html
+++ b/themes/newgimp/templates/tutorial-list.html
@@ -68,7 +68,8 @@
{% for page in pages if 'tutorials/' == page.url|truncate(10, True, '') %}
<li><a href="/{{ page.url }}">{{ page.title }}</a><br>
- <small><a href="{{ SITEURL }}/{{ page.url }}">{{ SITEURL }}/{{ page.url
}}</a></small>
+ {# <small><a href="{{ SITEURL }}/{{ page.url }}">{{ SITEURL }}/{{ page.url
}}</a></small>
+ #}
</li>
{% endfor %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]