Structure /static

This commit is contained in:
andreimarcu 2015-09-24 23:26:18 -04:00
parent acb124b7fb
commit 350338baa4
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -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>