this repo has no description

change comments

altagos.dev e8f932e0 d6c2074b

verified
+58 -58
+58 -58
layouts/templates/root.shtml
··· 1 1 <!DOCTYPE html> 2 2 <html lang="en"> 3 - <head> 4 - <meta charset="UTF-8"> 5 - <title id="title"><super></title> 6 - <link rel="stylesheet" href="$build.asset('altagos.css').link()"> 7 - <!-- Meta --> 8 - <meta name="viewport" content="width=device-width, initial-scale=1"> 9 - <meta name="description" content="$page.description"> 10 - <meta name="theme-color" content="#87a987"> 11 - <!-- Favicon --> 12 - <link rel="icon" type="image/png" href="$site.asset('favicon/favicon-96x96.png').link()" sizes="96x96"> 13 - <link rel="icon" type="image/svg+xml" href="$site.asset('favicon/favicon.svg').link()"> 14 - <link rel="shortcut icon" href="$site.asset('favicon/favicon.ico').link()"> 15 - <link rel="apple-touch-icon" sizes="180x180" href="$site.asset('favicon/apple-touch-icon.png').link()"> 16 - <link rel="manifest" href="$site.asset('favicon/site.webmanifest').link()"> 17 - <!-- Phsophor Icons --> 18 - <link rel="stylesheet" href="$site.asset('phosphor-icons/bold.css').link()"> 19 - </head> 20 - <body> 21 - <header></header> 22 - <content> 23 - <main id="main"> 24 - <super> 25 - </main> 26 - <footer> 27 - <div> 28 - <h2> 29 - <a href="$site.link()">Jakob Speer</a> 30 - </h2> 31 - <div class="socials"> 32 - <ul> 33 - <li> 34 - <a href="https://github.com/altagos" rel="me">GitHub</a> 35 - </li> 36 - <li> 37 - <a href="https://sr.ht/~altagos" rel="me">Sourcehut</a> 38 - </li> 39 - <li> 40 - <a href="https://bsky.app/profile/altagos.dev" rel="me">Bluesky</a> 41 - </li> 42 - </ul> 43 - </div> 44 - </div> 45 - <div id="copyright"> 46 - <div :if="$build.git?()"><p>Version: 47 - <span :text="$if.commit_hash"></span></p></div> 48 - <p>&copy; 2025 Jakob Speer</p> 49 - </div> 50 - </footer> 51 - </content> 52 - <ctx :if="$page.custom.get?('latex')"> 53 - <!-- mathtex --> 54 - <div :if="$if"> 55 - <link rel="stylesheet" href="$site.asset('math/Temml-Local.css').link()"> 56 - <script defer src="$site.asset('math/temml.min.js').link()"></script> 57 - <script defer src="$site.asset('math/render-mathtex.js').link()"></script> 58 - </div> 59 - </ctx> 60 - </body> 3 + <head> 4 + <meta charset="UTF-8"> 5 + <title id="title"><super></title> 6 + <link rel="stylesheet" href="$build.asset('altagos.css').link()"> 7 + <!-- Meta --> 8 + <meta name="viewport" content="width=device-width, initial-scale=1"> 9 + <meta name="description" content="$page.description"> 10 + <meta name="theme-color" content="#87a987"> 11 + <!-- Favicon --> 12 + <link rel="icon" type="image/png" href="$site.asset('favicon/favicon-96x96.png').link()" sizes="96x96"> 13 + <link rel="icon" type="image/svg+xml" href="$site.asset('favicon/favicon.svg').link()"> 14 + <link rel="shortcut icon" href="$site.asset('favicon/favicon.ico').link()"> 15 + <link rel="apple-touch-icon" sizes="180x180" href="$site.asset('favicon/apple-touch-icon.png').link()"> 16 + <link rel="manifest" href="$site.asset('favicon/site.webmanifest').link()"> 17 + <!-- Icons --> 18 + <link rel="stylesheet" href="$site.asset('phosphor-icons/bold.css').link()"> 19 + </head> 20 + <body> 21 + <header></header> 22 + <content> 23 + <main id="main"> 24 + <super> 25 + </main> 26 + <footer> 27 + <div> 28 + <h2> 29 + <a href="$site.link()">Jakob Speer</a> 30 + </h2> 31 + <div class="socials"> 32 + <ul> 33 + <li> 34 + <a href="https://github.com/altagos" rel="me">GitHub</a> 35 + </li> 36 + <li> 37 + <a href="https://sr.ht/~altagos" rel="me">Sourcehut</a> 38 + </li> 39 + <li> 40 + <a href="https://bsky.app/profile/altagos.dev" rel="me">Bluesky</a> 41 + </li> 42 + </ul> 43 + </div> 44 + </div> 45 + <div id="copyright"> 46 + <div :if="$build.git?()"><p>Version: 47 + <span :text="$if.commit_hash"></span></p></div> 48 + <p>&copy; 2025 Jakob Speer</p> 49 + </div> 50 + </footer> 51 + </content> 52 + <ctx :if="$page.custom.get?('latex')"> 53 + <!-- LaTeX support --> 54 + <div :if="$if"> 55 + <link rel="stylesheet" href="$site.asset('math/Temml-Local.css').link()"> 56 + <script defer src="$site.asset('math/temml.min.js').link()"></script> 57 + <script defer src="$site.asset('math/render-mathtex.js').link()"></script> 58 + </div> 59 + </ctx> 60 + </body> 61 61 </html>