site/_includes/layouts/base/header.njk
Ruben a652971a27
All checks were successful
/ build (push) Successful in 4m35s
better file structure, cleanup
2025-10-27 09:20:00 -05:00

39 lines
No EOL
1.7 KiB
Text

{% set css %}
{% include "styles/accessibility.css" %}
{% include "styles/animations.css" %}
{% include "styles/base.css" %}
{% include "styles/colors.css" %}
{% include "styles/footer.css" %}
{% include "styles/icons.css" %}
{% include "styles/navbar.css" %}
{% include "styles/pages/admins.css" %}
{% include "styles/pages/home.css" %}
{% include "styles/pages/notebook.css" %}
{% include "styles/pages/services.css" %}
{% include "styles/pages/sneexy.css" %}
{% include "styles/prism-a11y-dark.css" %}
{% include "styles/settings.css" %}
{% include "styles/windows.css" %}
{% endset %}
{% set js %}
{% include "scripts/alt-popup.js" %}
{% include "scripts/button.js" %}
{% include "scripts/close.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>