feat: upgrade to 11ty 3.0.0@alpha

This commit is contained in:
Cory Dransfeldt 2023-12-21 13:31:57 -08:00
parent 2cd8e4a380
commit e16633653a
No known key found for this signature in database
43 changed files with 578 additions and 5039 deletions

View file

@ -1,5 +1,4 @@
{%- capture fullUrl %}
{{ meta.url }}{{ page.url }}{% endcapture -%}
{%- capture fullUrl %}{{ meta.url }}{{ page.url }}{% endcapture -%}
<!doctype html>
<html class="scrollbar-thin scrollbar-thumb-blue-600 dark:scrollbar-thumb-blue-400 scrollbar-track-blue-100" lang="en">
<head>
@ -23,14 +22,14 @@
<meta name="generator" content="{{ eleventy.generator }}">
<meta name="robots" content="noai, noimageai">
<link
href="/assets/icons/favicon.ico?v={% version %}"
href="/assets/icons/favicon.ico?v={% assetHash %}"
rel="icon"
sizes="any">
<link
href="/assets/icons/favicon.svg?v={% version %}"
href="/assets/icons/favicon.svg?v={% assetHash %}"
rel="icon"
type="image/svg+xml">
<link href="/assets/icons/apple-touch-icon.png?v={% version %}" rel="apple-touch-icon">
<link href="/assets/icons/apple-touch-icon.png?v={% assetHash %}" rel="apple-touch-icon">
{% capture css %}
{% render "../assets/styles/prism.css" %}
{% render "../assets/styles/tailwind.css" %}