[Oi-commits] r2560 - trunk/templates/howto
oi-svn at pardus.org.tr
oi-svn at pardus.org.tr
Thu May 14 18:58:21 EEST 2009
Author: jnmbk
Date: Thu May 14 18:58:20 2009
New Revision: 2560
Modified:
trunk/templates/howto/howto_detail.html
Log:
added description and keywords for howtos
Modified: trunk/templates/howto/howto_detail.html
=================================================================
--- trunk/templates/howto/howto_detail.html (original)
+++ trunk/templates/howto/howto_detail.html Thu May 14 18:58:20 2009
@@ -2,6 +2,8 @@
{% load library %}
{% block title %}{{ howto.title }} - Nasıl - {% endblock %}
+{% block metadescription %}{{ howto.sum|safe|striptags|cut:"\"" }}{% endblock %}
+{% block metakeywords %}{% for tag in howto.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