-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate-articles.html
67 lines (44 loc) · 1.85 KB
/
template-articles.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<title>Fabian's public notepad</title>
<meta name="template" content="articles,weeknotes">
<meta charset="utf-8">
<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">
<meta name="template" content="default">
<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">
</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>
<intertwingle plugin="compose" insertAfter="h1">
<p style="text-align: right; font-size: 1rem;">
<span style=" padding: 1rem;">
<intertwingle plugin="publication-date"></intertwingle>
•
<intertwingle plugin="word-count"></intertwingle> words
•
~<intertwingle plugin="estimated-reading-time"></intertwingle> min read ⏲
</span>
</p>
</intertwingle>
<intertwingle plugin="backlinks" category="articles,weeknotes"></intertwingle>
<intertwingle plugin="include" file="footer-navigation.html"></intertwingle>
</main>
<intertwingle
path="/scripts/intertwingle/"
plugin="hit-counter">
</intertwingle>
</body>
</html>