Skip to content

Commit 0f61a73

Browse files
author
Kishore kumar J
committed
Added meta data(keywords,description)
1 parent c867dc6 commit 0f61a73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/richbase.html

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<html>
33
<head>
44
<title>Cseismic 2k10 | {% block title %}{% endblock %}</title>
5+
<meta charset="UTF-8">
6+
<meta name="description" content="Cseismic 2k10 is a National level Technical Symposium conducted by Department of Computer Science and Engineering, KCG College of Technology, Chennai. The date of the symposium is 28th August 2010.">
7+
<meta name="keywords" content="symposium, college, B.E, CSE, K.C.G., Cseismic, fest, event">
58
{% if request.is_secure %}
69
<meta http-equiv="X-XRDS-Location" content="https://{{ request.get_host }}{% url oid_xrdf %}" />
710
{% else %}
@@ -55,6 +58,7 @@ <h1 align="center">
5558
</div>
5659
<div class="license">
5760
<a rel="license" href="http://creativecommons.org/licenses/by/2.5/in/"><img alt="Creative Commons License" style="border-width:0" src="{{ MEDIA_URL }}/images/ccby80x15.png" /></a><br /><span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">Cseismic-2K10</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/2.5/in/">Creative Commons Attribution 2.5 India License</a>.
61+
<div>Website is created and maintained by <a href="http://github.com/jkk10/cseismic2kx">jkk</a></div>
5862
</div>
5963
</body>
6064
</html>

0 commit comments

Comments
 (0)