-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.region
46 lines (36 loc) · 1.08 KB
/
site.region
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html>
<head>
<title>Creality DEV</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="initial-scale=1">
{squarespace-headers}
</head>
<body id="{squarespace.page-id}" class="{squarespace.page-classes}">
<header>
{.section website}
<h1>
<a href="/" data-content-field="site-title">
{.section logoImageUrl}
<img src="{logoImageUrl}?format=original" alt="{siteTitle}" />
{.or}
{siteTitle}
{.end}
</a>
</h1>
{.section siteTagLine}
<p>{@}</p>
{.end}
{.end}
<squarespace:navigation navigationId="primary-nav" template="navigation" />
</header>
<main data-content-field="main-content">
{squarespace.main-content}
</main>
<footer>
<squarespace:block-field id="footer-blocks" columns="12" />
</footer>
<script type="text/javascript" src="/scripts/site-bundle.js"></script>
{squarespace-footers}
</body>
</html>