-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate-post.html
73 lines (65 loc) · 4.96 KB
/
template-post.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
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="{{blog_locale}}">
<head>
<title>{{post_title}}</title>
<meta charset="UTF-8">
<!-- SEO -->
<meta name="author" content="{{blog_author}}">
<meta property="og:title" content="{{post_title}}">
<meta property="og:type" content="article">
<meta property="og:description" content="{{post_description}}">
<meta property="og:site_name" content="{{blog_title}}">
<meta name="description" content="{{post_description}}">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="{{blog_title}}">
<meta name="twitter:creator" content="{{blog_author}}">
<meta name="twitter:title" content="{{post_title}}">
<meta name="twitter:description" content="{{post_description}}">
<meta name="twitter:image:src" content="{{blog_url}}/card.jpg">
<meta property="og:url" content="{{post_url}}">
<meta property="og:image" content="{{blog_url}}"/>
<!-- -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Language" content="{{blog_locale}}">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="../../favicon.png">
<link href="https://unpkg.com/[email protected]/lib/plume-all.css" rel="stylesheet" rel="preload" as="style" media="all" defer>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/themes/{{blog_theme}}.css">
<link href="https://unpkg.com/[email protected]/themes/{{blog_prism_theme}}.min.css" rel="stylesheet" />
<script defer src="/_vercel/insights/script.js"></script>
<style>
:root {
--pm-paragraph-font-size: 1.2em
}
.plume .pm-link, .plume a {
font-size: var(--pm-paragraph-font-size);
}
</style>
</head>
<body class="plume">
<div class="pm-container">
<h1>{{post_title}}</h1>
<p>
<a href="../..">← ← ←</a>
{{post_created_at_formated}} | <strong>{{blog_posted_by_hint}}</strong>
<a href="{{blog_author_url}}" target="_blank" rel="noreferrer noopener">{{blog_author}}</a>
</p>
<hr>
{{post}}
<!--Profile pic and Social links-->
<hr style="margin-bottom: 1.75rem;"><footer><div style="display: flex; margin-bottom: 4.375rem;"><div class=" gatsby-image-wrapper" style="position: relative; overflow: hidden; display: inline-block; width: 50px; height: 50px; margin-right: 0.875rem; margin-bottom: 0px; min-width: 50px; border-radius: 100%;"><img aria-hidden="true" src="data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAAUABQDASIAAhEBAxEB/8QAGQABAAIDAAAAAAAAAAAAAAAAAAMFAQIE/8QAFwEAAwEAAAAAAAAAAAAAAAAAAAEDAv/aAAwDAQACEAMQAAAB4JNcp166BBGanYidv//EAB0QAAICAgMBAAAAAAAAAAAAAAIDAAEREgQUISL/2gAIAQEAAQUCr7F6BAMQ6Zx41286xYfez2enRXj/xAAXEQEBAQEAAAAAAAAAAAAAAAAAAREy/9oACAEDAQE/AWL0j//EABYRAQEBAAAAAAAAAAAAAAAAABABMf/aAAgBAgEBPwEmH//EABwQAAICAgMAAAAAAAAAAAAAAAECABEQIUFhgf/aAAgBAQAGPwJaEtS3owoMAUanES4o7x//xAAbEAEBAQEAAwEAAAAAAAAAAAABESEAMUFRkf/aAAgBAQABPyEuIbD94+w3SHVwhQ2k3t0FbffESpfl5DeJnSsZmdkWzv/aAAwDAQACAAMAAAAQV9f9/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERITH/2gAIAQMBAT8QSUdKHycH/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERMSH/2gAIAQIBAT8QdvCmo9P/xAAdEAEBAAMAAgMAAAAAAAAAAAABEQAhMUFRYXGh/9oACAEBAAE/EIuUEV3W/wByGsjgnV57MELGZUpJkU3ZhAnBFbeDf3j0UK+D45jAWgPEHAKJ0OJgwnwL6z//2Q==" alt="" style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; object-position: center center; opacity: 0; border-radius: 50%;"><picture><source srcset="/profilepic.png 1x,
/profilepic.png 1.5x,
/profilepic.png 2x"><img srcset="/profilepic.png 1x,
/profilepic.png 1.5x,
/profilepic.png 2x" src="/profilepic.png" alt="@DanielTolentino" loading="lazy" style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; object-position: center center; opacity: 1; transition: none 0s ease 0s; border-radius: 50%;" width="50" height="50"></picture><noscript><picture><source srcset="/profilepic.png 1x,
/profilepic.png 1.5x,
/profilepic.png 2x" /><img loading="lazy" width="50" height="50" srcset="/profilepic.png 1x,
/profilepic.png 1.5x,
/profilepic.png 2x" src="/profilepic.png" alt="@DanielTolentino" style="position:absolute;top:0;left:0;opacity:1;width:100%;height:100%;object-fit:cover;object-position:center"/></picture></noscript></div><p>Written by <strong>@DanielTolentino</strong> web dev <a href="https://instagram.com/daniel.tolentino.0">You should follow me on Instagram</a></p></div></footer></article><nav><ul style="display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; padding: 0px;"><li></li><li></li></ul></nav>
</div>
<!-- Prism Code Highlighting -->
<script src="https://unpkg.com/[email protected]/components/prism-core.min.js"></script>
<script src="https://unpkg.com/[email protected]/plugins/autoloader/prism-autoloader.min.js"></script>
</body>
</html>