|
|
@ -3,8 +3,8 @@ |
|
|
|
<head> |
|
|
|
<title>{% block title %}{{ sitename }}{% endblock %}</title> |
|
|
|
<meta charset='utf-8' content='text/html' http-equiv='content-type'> |
|
|
|
<link href='/static/linx.css' media='screen, projection' rel='stylesheet' type='text/css'> |
|
|
|
<link href='/static/favicon.gif' rel='icon' type='image/gif'> |
|
|
|
<link href='/static/css/linx.css' media='screen, projection' rel='stylesheet' type='text/css'> |
|
|
|
<link href='/static/images/favicon.gif' rel='icon' type='image/gif'> |
|
|
|
{% block head %}{% endblock %} |
|
|
|
</head> |
|
|
|
|
|
|
|