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>
|
||||
<html lang="{{ site.locale | default('en') }}">
|
||||
<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>
|
||||
|
||||
@@ -90,7 +91,6 @@
|
||||
to bypass Eleventy 3.x parallel rendering race condition (#3183).
|
||||
Template outputs __OG_IMAGE_PLACEHOLDER__ and __TWITTER_CARD_PLACEHOLDER__
|
||||
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="generator" content="Eleventy">
|
||||
<title>{% if title %}{{ title }} - {% endif %}{{ site.name }}</title>
|
||||
@@ -184,7 +184,7 @@
|
||||
/* Hide tab button rows - content shows stacked instead */
|
||||
[x-data] > .flex.border-b { display: none !important; }
|
||||
/* 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 */
|
||||
</style>
|
||||
</noscript>
|
||||
|
||||
@@ -6,7 +6,6 @@ export default {
|
||||
"./*.njk",
|
||||
"./content/**/*.md",
|
||||
"./docs/**/*.md",
|
||||
"./.interface-design/**/*.md",
|
||||
"./_includes/**/*.njk",
|
||||
"./_includes/**/*.md",
|
||||
"./js/**/*.js",
|
||||
|
||||
Reference in New Issue
Block a user