website/site/main.layout

39 lines
2.3 KiB
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{page_title}}</title>
<meta name="description" content="my website">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="preload" href="/proza-r.woff2" as="font" type="font/woff2">
<link rel="preload" href="/proza-i.woff2" as="font" type="font/woff2">
<link rel="preload" href="/proza-li.woff2" as="font" type="font/woff2">
<link rel="stylesheet" href="/site.css" type="text/css">
<link rel="icon" href="/favicon.png" type="image/png">
</head>
<body>
<header>
<a href="/"><svg viewbox="0 0 30 30"><title>{{site_title}}</title><path d="m13,3 13,13h-4v11h-6v-9h-6v9h-6v-11h-4"/></svg></a>
<nav>
<ul>
<li>
<a href="/blog.html"{{section_blog}}>Blog</a>
</li>
<li>
<a href="/code.html"{{section_code}}>Code</a>
</li>
<li>
<a href="/photos"{{section_photos}}>Photos</a>
</li>
</ul>
</nav>
<a href="https://bsd.network/@sh" target=_blank><svg viewBox="0 0 740 790"><title>Stefan Hagen on Mastodon</title><path d="M737 174C726 91 652 24 564 12C549 10 494 2 364 2H363C233 2 205 10 191 12C106 24 28 83 9 168C0 210-1 256 1 299C3 360 4 420 9 481C13 521 20 561 29 601C47 673 120 734 191 759C267 784 349 789 427 771C436 769 444 767 453 764C472 758 494 751 511 740C511 740 511 739 511 739C511 739 511 738 511 738V679C511 679 511 679 511 679C511 678 511 678 511 678C510 678 510 678 510 678C51 678 509 678 509 678C459 690 407 696 356 695C267 695 243 654 236 636C231 621 227 606 226 590C226 589 226 589 226 589C226 589 226 589 226 588C227 588 227 588 227 588C227 588 228 588 228 588C277 600 328 606 379 606C391 606 403 606 415 605C467 604 520 601 571 592C572 591 573 591 574 591C654 576 729 529 737 409C737 404 738 359 738 355C738 338 743 237 737 174ZM615 473H532V271C532 229 513 207 477 207C437 207 417 232 417 283V394H334V283C334 232 314 207 274 207C238 207 220 229 220 271V473H136V265C136 222 147 189 169 164C192 139 221 126 258 126C301 126 333 142 355 174L376 209L396 174C418 142 450 126 493 126C520 126 559 139 582 164C604 189 615 222 615 265L615 473Z"/></svg></a>
</header>
<main>{{{yield}}}
</main>
<footer>
<a href="/netcitizen">Net Citizen</a> from Stefan Hagen
</footer>
</body>
</html>