-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate-default.html
49 lines (33 loc) · 1.34 KB
/
template-default.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
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<title>Fabian's public notepad</title>
<meta charset="utf-8">
<meta name="template" content="default">
<meta name="author" content="Fabian Holzer">
<meta name="description"
content="Thoughts on topics like software engineering, web development, blogging and the web in general">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.svg" type="image/svg">
<link rel="canonical" href="https://holzer.online/">
<link rel="stylesheet" href="/styles.css">
<link rel="alternate" type="application/rss+xml" href="https://holzer.online/feed.xml">
<link rel="webmention" href="https://holzer.online/api/webmention">
<link rel="me" href="https://github.com/fnh">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
</head>
<intertwingle plugin="create-title"></intertwingle>
<body>
<header>
<intertwingle plugin="include" file="main-navigation.html"></intertwingle>
</header>
<main id="main">
<intertwingle plugin="main-content"></intertwingle>
</main>
<intertwingle plugin="include" file="footer-navigation.html"></intertwingle>
<intertwingle
path="/scripts/intertwingle/"
plugin="hit-counter">
</intertwingle>
</body>
</html>