at main 1.9 kB view raw
1<!DOCTYPE html> 2<html lang="en"> 3<head> 4 <meta charset="utf-8" /> 5 <meta name="generator" content="pandoc" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> 7$for(author-meta)$ 8 <meta name="author" content="$author-meta$" /> 9$endfor$ 10$if(date-meta)$ 11 <meta name="dcterms.date" content="$date-meta$" /> 12$endif$ 13$if(keywords)$ 14 <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> 15$endif$ 16$if(description-meta)$ 17 <meta name="description" content="$description-meta$" /> 18$endif$ 19 <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> 20 21 <link rel="stylesheet" href="https://unpkg.com/@catppuccin/highlightjs@1.0.1/css/catppuccin-frappe.css"> 22 23 <link rel="stylesheet" href="../md2html.css"> 24 25 <script src="https://unpkg.com/@highlightjs/cdn-assets@11.9.0/highlight.min.js"></script> 26 27 <script> 28 document.getElementById("sourceCode").classList.add("language "); 29 </script> 30 31$for(header-includes)$ 32 $header-includes$ 33$endfor$ 34$if(math)$ 35 $math$ 36$endif$ 37</head> 38<body> 39<script>hljs.highlightAll();</script> 40$for(include-before)$ 41$include-before$ 42$endfor$ 43$if(title)$ 44<header id="title-block-header"> 45<h1 class="title">$title$</h1> 46$if(subtitle)$ 47<p class="subtitle">$subtitle$</p> 48$endif$ 49<p> 50$if(date)$ 51published <span class="date">$date$</span> 52$endif$ 53</p> 54<p> 55$if(lastmodified)$ 56last edited <span class="date">$lastmodified$</span> 57$endif$ 58</p> 59<p> 60$for(author)$ 61by <a href="https://girlonthemoon.xyz/"><span class="author">$author$</span></a> 62$endfor$ 63</p> 64$if(abstract)$ 65<div class="abstract"> 66<div class="abstract-title">$abstract-title$</div> 67$abstract$ 68</div> 69$endif$ 70</header> 71$endif$ 72$if(toc)$ 73<nav id="$idprefix$TOC" role="doc-toc"> 74$if(toc-title)$ 75<h2 id="$idprefix$toc-title">$toc-title$</h2> 76$endif$ 77$table-of-contents$ 78</nav> 79$endif$ 80<article> 81$body$ 82$for(include-after)$ 83$include-after$ 84$endfor$ 85</article> 86</body> 87</html>