switch to managing CSS and JS as assets
All checks were successful
Website build and deploy / build (push) Successful in 1m11s

This commit is contained in:
2025-03-21 11:01:49 +01:00
parent 615d6ba945
commit c6ad88c112
39 changed files with 77 additions and 48 deletions

View File

@@ -25,14 +25,9 @@
<link href="/categories/english/index.xml" rel="alternate" type="application/rss+xml" title="Max Mehl - blog feed (EN)">
<link href="/categories/deutsch/index.xml" rel="alternate" type="application/rss+xml" title="Max Mehl - blog feed (DE)">
<title>{{ $title }}</title>
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/bootstrap-3.3.7.min.css" />
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/main.css" />
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/luxbar.css" />
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/fontawesome/css/all.min.css" />
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/fonts.css" />
{{- range .Site.Params.custom_css }}
<link rel="stylesheet" href="{{ $.Site.BaseURL}}{{ . }}?v={{ md5 time.Now.Unix }}" />
{{- end }}
<!-- CSS and JS -->
{{- partialCached "head/css.html" . }}
{{ "<!-- Open Graph meta-data (e.g. Facebook) -->" | safeHTML }}
<meta property="og:title" content="{{ $title }}"/>