You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
567 B
14 lines
567 B
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/swiper@8.4.5/swiper-bundle.min.css"/>
|
|
{{#if config.project.css }} <link rel="stylesheet" href="{{ config.project.css }}">
|
|
{{/if}}
|
|
{{#if config.cssUrl }}
|
|
{{#each config.cssUrl }}
|
|
<link rel="stylesheet" href="{{ this }}">
|
|
{{/each}}
|
|
{{/if}}<link rel="stylesheet" href="/styles/page--view.css">{{# if config.blockName}}
|
|
<link rel="stylesheet" href="/styles/{{ config.blockName }}.min.css">{{/if}}
|
|
</head>
|
|
|