-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage.html
More file actions
21 lines (21 loc) · 841 Bytes
/
page.html
File metadata and controls
21 lines (21 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Noto+Serif%3A400%2C700%2C400italic%7COpen+Sans%3A700%2C400&ver=4.3.9' type='text/css' media='all' />
<link rel='stylesheet' href='/themes/casper/assets/css/style.css' type='text/css' media='all' />
<title>{{ sitename }} - {{ page.title }}</title>
</head>
<body>
<header>
<h1><a href="{{ linkprefix }}/">{{ sitename }}</a></h1>
<p class="tagline">{{ sitedesc }}</p>
</header>
<div class="site">
{{ page.contents }}
<footer>
Built with <a href="https://nu.masonx.ca/">nu</a> using the Casper theme
</footer>
</div>
</body>
</html>