1
0

vault backup: 2025-12-06 00:29:07
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m17s

This commit is contained in:
2025-12-06 00:29:07 +01:00
parent fb75fc04a6
commit 038cb1c2dd
5 changed files with 67 additions and 47 deletions

15
wip/templates/base.html Normal file
View File

@@ -0,0 +1,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<style>
p {
white-space: pre-wrap;
}
</style>
<title>{{note.title}}</title>
</head>
<body>
<h1>{{note.title}}</h1>
{{note.reading_view | markdown}}
</body>
</html>