-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·45 lines (32 loc) · 1.05 KB
/
index.html
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
---
---
<!DOCTYPE html>
<html class="">
<head>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ site.data.settings.seo.description }}">
<meta rel="author" href="{{ site.data.settings.seo.rel-author }}">
<!--
<meta rel="publisher" href="{{ site.data.settings.seo.rel-publisher }}">
-->
<title>{{ site.data.settings.title }}</title>
<link rel="stylesheet" href="assets/css/all.css">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
{% include header.html %}
{% include about.html %}
{% include reception.html %}
{% include important.html %}
{% include rsvp.html %}
{% include directions.html %}
{% include footer.html %}
<!--
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/functions.js"></script>
</body>
</html>