feat: upgrade to 11ty 3.0.0@alpha
This commit is contained in:
parent
2cd8e4a380
commit
e16633653a
43 changed files with 578 additions and 5039 deletions
|
@ -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" %}
|
||||
|
|
Reference in a new issue