generated from lumeland/base-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.vto
90 lines (66 loc) · 2.59 KB
/
base.vto
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en" class="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ page.description }}">
<title>{{ site.title }}</title>
<link rel="preload" href="/assets/fonts/OffBitTrial-Dot.ttf"
as="font" type="font/ttf" crossorigin>
<link rel="preload" href="/assets/fonts/OffBitTrial-DotBold.ttf"
as="font" type="font/ttf" crossorigin>
<link rel="preload" href="/assets/fonts/DotGothic16.ttf"
as="font" type="font/ttf" crossorigin>
<link inline rel="stylesheet" href="/_bundle.css">
<link rel="alternate" href="/feed.xml" type="application/atom+xml"
title="{{ site.title }}">
<link rel="alternate" href="/feed.json" type="application/json"
title="{{ site.title }}">
<link rel="icon" type="image/x-icon" href="/assets/images/pizzaslice.webp">
<style> {{ include "/css/curtain.css" }} </style>
<style> {{ include "/css/glow.css" }} </style>
</head>
<!-- .-----.
/ .----.\
/ / _ _ \\
| | (🏀|🏀) < 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
| | /\ ) |
| | L====J |
/ / ''--'' \
/ '.v.'v '.v.' \ ꜘ--.--.
/ /v v v v v\ /\_. \ |
*/ v v v v \ / 🍕
----–\"\"\-----------------
/ / /
S I D I O U S . P I Z Z A -->
<body>
<div id="curtain"></div>
{{if url !== "/"}}
<form action="/">
<input id="site-title" class="button tomei" type="submit" value="{{ site.title }}" />
</form>
{{/if}}
<main id="main" class="{{ page.bodyClass }}">
{{ content }}
</main>
<footer id="footer">
<p id="footer-rights">
<em>®</em> 2025
<a href="https://github.com/sidiousvic"><em>"sidiousvic"</em></a> All Rights Reserved.
</p>
<p hidden id="footer-updated">
<a href="https://github.com/sidiousvic/sidious.pizza/commits/master/">
Updated <em>@ </em> <span id="last-updated-datetime">2024</span>
</a>
</p>
</footer>
<script inline src="/_esnext/liftcurtains.js"></script>
<script inline src="/_esnext/getcolorsfromstorage.js"></script>
<script inline src="/_esnext/gettypographyfromstorage.js"></script>
<script defer inline src="/_esnext/keyboardnav.js"></script>
<script defer inline src="/_esnext/lastupdated.js"></script>
<script defer inline src="/_esnext/togglefootermessage.js"></script>
<script inline src="/_esnext/switchselectedconfig.js"></script>
<script inline src="/_esnext/enableautorandomconfig.js"></script>
</body>
</html>