-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_template.html
More file actions
71 lines (66 loc) · 1.96 KB
/
Copy path_template.html
File metadata and controls
71 lines (66 loc) · 1.96 KB
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
68
69
70
71
<!-- generated by build.js -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{title}} · workman.tech</title>
<meta name="description" content="{{description}}" />
<link rel="canonical" href="{{canonical_url}}" />
<meta property="og:type" content="article" />
<meta property="og:title" content="{{title}}" />
<meta property="og:description" content="{{description}}" />
<meta property="og:url" content="{{canonical_url}}" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="{{title}}" />
<meta name="twitter:description" content="{{description}}" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/images/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/images/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/images/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="/images/favicon/site.webmanifest" />
<link href="/css/style.css" rel="stylesheet" />
{{json_ld}}
</head>
<body>
<main id="main">
<h1>workman.tech 👋🏻 hello world</h1>
<article class="post">
<p>
<a href="/"><- Back</a>
</p>
<h1 id="header">
{{title}}<br />
<small><time datetime="{{date_iso}}">{{date_display}}</time></small>
</h1>
<p class="date">{{theme_and_tags_line}}</p>
<section id="body">{{content}}</section>
</article>
</main>
<footer class="footer">
<small> © ryan workman - 2026 </small>
<br />
<small>
hosted by
<a
href="https://github.com/WorkmanTech/WorkmanTech.github.io"
target="_blank"
>github pages</a
>
</small>
</footer>
</body>
</html>