vault backup: 2025-12-06 00:29:07
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m17s
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m17s
This commit is contained in:
15
wip/templates/base.html
Normal file
15
wip/templates/base.html
Normal 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>
|
||||
Reference in New Issue
Block a user