mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
using the asset.styles to load the main.css
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<link rel="apple-touch-icon-precomposed" href="{{#assets.images}}favicon-152.png{{/assets.images}}">
|
||||
<!--[if IE]><link rel="shortcut icon" href="assets/images/favicon-32.ico"><![endif]-->
|
||||
|
||||
<link rel="stylesheet" href="modules/{{module}}/assets/styles/dist/main.css">
|
||||
<link rel="stylesheet" href="{{#assets.styles}}dist/main.css{{/assets.styles}}">
|
||||
|
||||
<meta name="description" content="{{meta_description}}">
|
||||
{{opengraph_tags}}
|
||||
@@ -35,4 +35,4 @@
|
||||
{{extra_header_content}}
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user