Browse Source

Structure /static

pull/4/head
andreimarcu 9 years ago
parent
commit
350338baa4
  1. 0
      static/css/linx.css
  2. 0
      static/images/favicon.gif
  3. 4
      templates/base.html

0
static/linx.css → static/css/linx.css

0
static/favicon.gif → static/images/favicon.gif

Before

Width: 16  |  Height: 16  |  Size: 3.2 KiB

After

Width: 16  |  Height: 16  |  Size: 3.2 KiB

4
templates/base.html

@ -3,8 +3,8 @@
<head> <head>
<title>{% block title %}{{ sitename }}{% endblock %}</title> <title>{% block title %}{{ sitename }}{% endblock %}</title>
<meta charset='utf-8' content='text/html' http-equiv='content-type'> <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 %} {% block head %}{% endblock %}
</head> </head>

Loading…
Cancel
Save