meta information for search engines
This commit is contained in:
parent
999767a16a
commit
c1fd9151d1
|
@ -8,6 +8,7 @@
|
|||
<script type="text/javascript" src="/static/js/jquery.mousewheel.js"></script>
|
||||
<script type="text/javascript" src="/static/js/jScrollPane-1.2.3.min.js"></script>
|
||||
<script type="text/javascript" src="/static/js/festival.js"></script>
|
||||
<meta name="title" content="India Theatre Forum">
|
||||
{% block extra_head %}
|
||||
{% endblock %}
|
||||
</head>
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
<link rel="stylesheet" type="text/css" media="all" href="/static/css/jScrollPane.css" />
|
||||
<script src="/static/js/jquery-1.3.2.min.js" type="text/javascript"></script>
|
||||
<script type="text/javascript" src="/static/js/festival.js"></script>
|
||||
<meta name="keywords" content="Theatre, ITF, India, Best Practices, Theatre Resources">
|
||||
<meta name="title" content="India Theatre Forum">
|
||||
<meta name="description" content="India Theatre Forum: Best practices and theatre resources for the theatre community in India.">
|
||||
<!-- <script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script> -->
|
||||
{% block extra_head %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -13,6 +13,7 @@ urlpatterns = patterns('',
|
|||
# Example:
|
||||
# (r'^bhangar/', include('bhangar.foo.urls')),
|
||||
#(r'^search/', include('solango.urls')),
|
||||
(r'^erang/', include('erang_organised.urls')),
|
||||
(r'^itf/$', 'festival.views.home'),
|
||||
(r'^itf/wireframe', 'festival.views.wireframe'),
|
||||
(r'^itf/projects', 'festival.views.projects'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user