deployed
This commit is contained in:
parent
7f2616f784
commit
1d9c094bc9
|
@ -2,15 +2,17 @@
|
||||||
<html lang="{{@site.locale}}">
|
<html lang="{{@site.locale}}">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>{{meta_title}}</title>
|
<title>{{meta_title}}</title>
|
||||||
|
{{ghost_head}}
|
||||||
|
|
||||||
{{> "shop/style"}}
|
{{> "shop/style"}}
|
||||||
{{> "shop/scripts"}}
|
{{> "shop/scripts"}}
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{asset "built/screen.css"}}">
|
<link rel="stylesheet" href="{{asset "built/screen.css"}}">
|
||||||
|
|
||||||
{{ghost_head}}
|
|
||||||
<style>
|
<style>
|
||||||
.share-block {
|
.share-block {
|
||||||
margin-top: 8rem;
|
margin-top: 8rem;
|
||||||
|
|
Loading…
Reference in New Issue