[Oi-commits] r2557 - trunk/templates/game
oi-svn at pardus.org.tr
oi-svn at pardus.org.tr
Thu May 14 18:45:34 EEST 2009
Author: jnmbk
Date: Thu May 14 18:45:34 2009
New Revision: 2557
Modified:
trunk/templates/game/game_detail.html
Log:
added description and keywords for games
Modified: trunk/templates/game/game_detail.html
=================================================================
--- trunk/templates/game/game_detail.html (original)
+++ trunk/templates/game/game_detail.html Thu May 14 18:45:34 2009
@@ -2,6 +2,8 @@
{% load library %}
{% block title %}{{ game.title }} - Oyunlar - {% endblock %}
+{% block metadescription %}{{ game.sum|safe|striptags|cut:"\"" }}{% endblock %}
+{% block metakeywords %}{% for tag in game.tags.all %}{{ tag.name }}{% if not forloop.last %},{% endif %}{% endfor %}{% endblock %}
{% block extrahead %}
<style type="text/css" media="screen">@import url('/media/css/new/article.css');</style>
More information about the Oi-commits
mailing list