my blog lives here now
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.1 KiB

2 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1" />
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <title>$title$</title>
  7. <link rel="stylesheet" type="text/css" href="/css/default.css" />
  8. <!-- lazily load code and KaTeX css -->
  9. <link rel="stylesheet" type="text/css" href="/css/katex.min.css" media="disabled" onload="this.media='all'" />
  10. <link rel="stylesheet" type="text/css" href="/css/fonts.css" media="disabled" onload="this.media='all'" />
  11. <!-- fallback for noscript users -->
  12. <noscript>
  13. <link rel="stylesheet" type="text/css" href="/css/katex.min.css" />
  14. <link rel="stylesheet" type="text/css" href="/css/fonts.css" />
  15. </noscript>
  16. <link rel="apple-touch-icon" sizes="180x180" href="/static/icon/apple-touch-icon.png">
  17. <link rel="icon" type="image/png" sizes="32x32" href="/static/icon/favicon-32x32.png">
  18. <link rel="icon" type="image/png" sizes="16x16" href="/static/icon/favicon-16x16.png">
  19. <link rel="alternate" type="application/rss+xml" href="/feed.xml" title="Blog feed for amelia.how" />
  20. <meta property="og:type" content="website">
  21. <meta property="og:title" content="$title$">
  22. <meta name="title" content="$title$">
  23. <noscript>
  24. <style> .script { display: none } </style>
  25. </noscript>
  26. </head>
  27. <body>
  28. <header>
  29. <div id="logo">
  30. <a href="/">amelia.how</a>
  31. </div>
  32. <nav>
  33. <a href="/pages/contact.html">Contact</a>
  34. <a href="/archive.html">Archive</a>
  35. <a href="/pages/oss.html">OSS</a>
  36. <a href="/feed.xml">RSS</a>
  37. </nav>
  38. </header>
  39. <main>
  40. <div id="title">
  41. <h1>$title$</h1>
  42. $if(subtitle)$
  43. <div id=subtitle-container>
  44. <h2>$subtitle$</h2>
  45. </div>
  46. $endif$
  47. </div>
  48. $body$
  49. </main>
  50. </body>
  51. <svg width="0" height="0">
  52. <clipPath id="squircle" clipPathUnits="objectBoundingBox">
  53. <path
  54. fill="red"
  55. stroke="none"
  56. d="M 0,0.5 C 0,0 0,0 0.5,0 S 1,0 1,0.5 1,1 0.5,1 0,1 0,0.5"
  57. />
  58. </clipPath>
  59. </svg>
  60. </html>