diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-12-04 23:40:02 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-12-04 23:40:02 -0500 |
| commit | 4e5e1a42e0782fa75ef22cb347588e0f0c101249 (patch) | |
| tree | 13845bbed7b678b4f71cd57b705140e4d0b2c8d4 /templates/layout.html | |
| parent | 7eecc9b3ee32a51c0344cced1a28e3a24cdf3d99 (diff) | |
| download | famille-flask-4e5e1a42e0782fa75ef22cb347588e0f0c101249.tar.gz | |
Redesign news list
Diffstat (limited to 'templates/layout.html')
| -rw-r--r-- | templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index da1dd57..6b67943 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -4,8 +4,8 @@ <title>{% block title %}Site de la famille{% endblock %}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="stylesheet" media="screen" type="text/css" href="{{ url_for('static', filename = 'main.css') }}" /> <link rel="stylesheet" media="screen" type="text/css" href="{{ url_for('static', filename = 'bootstrap-flat.min.css') }}" /> + <link rel="stylesheet" media="screen" type="text/css" href="{{ url_for('static', filename = 'main.css') }}" /> <link rel="alternate" type="application/rss+xml" title="Les actualités" href='rss.xml' /> </head> <body> |
