Skip to content

Commit

Permalink
crevé
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck-Roth committed May 15, 2020
1 parent e77c95d commit da8c02b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
Binary file added public/assets/images/loveblack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions src/View/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,20 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">


<title>{% block title %}Stras'Bouquet - {% endblock %}</title>

<!-- UIkit CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css" />

<!-- UIkit CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css"/>

<link rel="stylesheet" href="/assets/css/style.css">
{% block stylesheet %}{% endblock %}
<link rel="icon" href="/assets/images/love.png">
<link rel="icon" href="/assets/images/loveblack.png">
</head>

<body>

{% include ('./Layout/navbarAdmin.html.twig') %}
<section class="uk-container uk-padding-large">
{% block content %}{% endblock %}
</section>

<!-- UIkit JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script>
Expand Down
3 changes: 1 addition & 2 deletions src/View/layoutp.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
<link rel="stylesheet" href="/assets/css/font.css">

{% block stylesheet %}{% endblock %}
<link rel="icon" href="/assets/images/favicon.png">

<link rel="icon" href="/assets/images/love.png">
</head>
<body>
{% include ('./Layout/navbar.html.twig') %}
Expand Down

0 comments on commit da8c02b

Please sign in to comment.