Fix case typo

This commit is contained in:
Ludovic CANDELLIER
2020-04-15 15:40:57 +02:00
parent 54e7a3f5a1
commit 49afb9ca4c
28 changed files with 48 additions and 65 deletions

View File

@@ -13,9 +13,10 @@
<link rel="icon" type="image/vnd.microsoft.icon" href="img/favicon.ico?1528709483">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico?1528709483">
<link rel="stylesheet" href="theme.css" type="text/css" media="all">
<link rel="stylesheet" href="/css/theme.css" type="text/css" media="all">
{{ include("shop._partials.presta_js")}}
</head>
<body id="index" class="lang-fr country-us currency-usd layout-full-width page-index tax-display-disabled">
@@ -49,7 +50,7 @@
<a id="slidetop" href="#" >&nbsp;</a>
<script type="text/javascript" src="theme.js" ></script>
<script type="text/javascript" src="/js/theme.js" ></script>
</body>