Merge branch 'main' of https://gitea.giersig.eu/giersig.eu/indiekit-blog
Build & Deploy / build-and-deploy (push) Failing after 2m14s
Build & Deploy / build-and-deploy (push) Failing after 2m14s
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ site.locale | default('en') }}">
|
<html lang="{{ site.locale | default('en') }}">
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
|
||||||
<script>const q = new URLSearchParams(window.location.search), r = document.referrer, n = i => i ? 'http://' + i.replace(/^(https?:\/\/)?(www\.)?/, '').split('/')[0].replace(/[^a-zA-Z0-9.-]/g, '') : ''; Object.defineProperty(document, "referrer", { get: () => n(q.get('ref') || q.get('referer') || q.get('referrer') || q.get('utm_source')) || r });</script>
|
<script>const q = new URLSearchParams(window.location.search), r = document.referrer, n = i => i ? 'http://' + i.replace(/^(https?:\/\/)?(www\.)?/, '').split('/')[0].replace(/[^a-zA-Z0-9.-]/g, '') : ''; Object.defineProperty(document, "referrer", { get: () => n(q.get('ref') || q.get('referer') || q.get('referrer') || q.get('utm_source')) || r });</script>
|
||||||
|
|
||||||
@@ -90,7 +91,6 @@
|
|||||||
to bypass Eleventy 3.x parallel rendering race condition (#3183).
|
to bypass Eleventy 3.x parallel rendering race condition (#3183).
|
||||||
Template outputs __OG_IMAGE_PLACEHOLDER__ and __TWITTER_CARD_PLACEHOLDER__
|
Template outputs __OG_IMAGE_PLACEHOLDER__ and __TWITTER_CARD_PLACEHOLDER__
|
||||||
which the transform replaces using the correct slug derived from outputPath. #}
|
which the transform replaces using the correct slug derived from outputPath. #}
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="generator" content="Eleventy">
|
<meta name="generator" content="Eleventy">
|
||||||
<title>{% if title %}{{ title }} - {% endif %}{{ site.name }}</title>
|
<title>{% if title %}{{ title }} - {% endif %}{{ site.name }}</title>
|
||||||
@@ -184,7 +184,7 @@
|
|||||||
/* Hide tab button rows - content shows stacked instead */
|
/* Hide tab button rows - content shows stacked instead */
|
||||||
[x-data] > .flex.border-b { display: none !important; }
|
[x-data] > .flex.border-b { display: none !important; }
|
||||||
/* Hide loading spinners and JS-only buttons */
|
/* Hide loading spinners and JS-only buttons */
|
||||||
[x-show*="loading"], button[\\@click*="fetch"], button[\\@click*="loadMore"] { display: none !important; }
|
[x-show*="loading"] { display: none !important; }
|
||||||
/* Content is always visible — no skeleton loader */
|
/* Content is always visible — no skeleton loader */
|
||||||
</style>
|
</style>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ export default {
|
|||||||
"./*.njk",
|
"./*.njk",
|
||||||
"./content/**/*.md",
|
"./content/**/*.md",
|
||||||
"./docs/**/*.md",
|
"./docs/**/*.md",
|
||||||
"./.interface-design/**/*.md",
|
|
||||||
"./_includes/**/*.njk",
|
"./_includes/**/*.njk",
|
||||||
"./_includes/**/*.md",
|
"./_includes/**/*.md",
|
||||||
"./js/**/*.js",
|
"./js/**/*.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user