blob: 75c7e0215f296094df3cef378f7bf175a9282021 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/style.css">
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1">
<meta content="#ffffff" name="theme-color">
<meta name="HandheldFriendly" content="true">
<meta property="og:title" content="nerdypepper">
<meta property="og:type" content="website">
<meta property="og:description" content="a static site {for, by, about} me ">
<meta property="og:url" content="https://nerdypepper.tech">
<body>
<div class="post posts">
<div class="date"><%= $date%></div>
<span style="font-size: 2rem; font-weight: 600">
<%= $title%>
</span>
<div class="post-text">
<% lowdown "$file"%>
</div>
<a href="/index.html" class="post-end-link">‹ Back</a>
<div class="separator"></div>
</div>
</body>
</html>
|