Skip to content

Commit

Permalink
Typos in Layout.liquid (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkech authored and sebastienros committed Sep 28, 2017
1 parent 4e987d0 commit fbe458b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/OrchardCore.Themes/TheBlogTheme/Views/Layout.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html>
<head>
<title>{% page_title Site.SiteName, position: "before", separator: " - " %}</title>
<meta charset:"utf-8">
<meta http-equiv:"X-UA-Compatible" content:"IE=edge">
<meta name:"viewport" content:"width=device-width initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width initial-scale=1.0">
<link type="image/x-icon" rel="shortcut icon" href="TheBlogTheme/favicon.ico" />

{% script name:"jquery", use_cdn:"true", at:"Foot" %}
Expand Down Expand Up @@ -69,4 +69,4 @@

{% resources type: "FootScript" %}
</body>
</html>
</html>

0 comments on commit fbe458b

Please sign in to comment.