site/_includes/layouts/header.njk
Ruben 766ea35e2c
All checks were successful
/ build (push) Successful in 53s
clean up, minify javascript
2025-06-02 12:12:28 -05:00

36 lines
No EOL
1.6 KiB
Text

{% set css %}
{% include "styles/base.css" %}
{% include "styles/font.css" %}
{% include "styles/accessibility.css" %}
{% include "styles/navbar.css" %}
{% include "styles/windows.css" %}
{% include "styles/footer.css" %}
{% include "styles/animations.css" %}
{% include "styles/icons.css" %}
{% include "styles/pages/home.css" %}
{% include "styles/pages/notebook.css" %}
{% include "styles/pages/sneexy.css" %}
{% endset %}
{% set js %}
{% include "scripts/alt-popup.js" %}
{% include "scripts/button.js" %}
{% include "scripts/settings.js" %}
{% endset %}
<meta charset="UTF-8">
<title>{{ title or metadata.title }} • synth download!</title>
<link rel="canonical" href="https://synth.download/">
<link rel="icon" type="image/png" href="/assets/synth.download/synth.png">
<link rel="me" href="https://beeping.synth.download/@sneexy">
<link rel="me" href="https://booping.synth.download/@sneexy">
<link rel="me" href="https://git.gay/sneexy">
<meta lang="en-US">
<meta name="description" content="{{ description or metadata.description }}">
<meta name="generator" content="{{ eleventy.generator }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="https://synth.download/">
<style>{{ css | cssmin | safe }}</style>
<script>{{ js | jsmin | safe }}</script>
<link rel="stylesheet" href="/pagefind/pagefind-ui.css">
<script src="/pagefind/pagefind-ui.js"></script>