Mercurial > piecrust2
changeset 949:2d9b4c12579c
admin: Add proper link to touch icon.
The icon is ugly for now but that's OK.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 05 Oct 2017 00:27:08 -0700 |
parents | 6c445771a8dc |
children | 18d6ac20a132 |
files | piecrust/admin/templates/layouts/master.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/piecrust/admin/templates/layouts/master.html Thu Oct 05 00:26:25 2017 -0700 +++ b/piecrust/admin/templates/layouts/master.html Thu Oct 05 00:27:08 2017 -0700 @@ -6,9 +6,9 @@ <title>{%if title%}{{title}} – {%endif%}FoodTruck</title> <meta name="description" content="A PieCrust management dashboard"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> - <link rel="apple-touch-icon" href="apple-touch-icon.png"/> <link rel="stylesheet" href="{{base_url}}/static/css/foodtruck.min.css"/> <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'/> + <link rel="apple-touch-icon" href="{{base_url}}/static/img/apple-touch-icon.png"/> </head> <body> <div id="ft-wrapper" class="container-fluid {{wrapper_classes}}">