switch to managing CSS and JS as assets
All checks were successful
Website build and deploy / build (push) Successful in 1m11s
All checks were successful
Website build and deploy / build (push) Successful in 1m11s
This commit is contained in:
@@ -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 }}"/>
|
||||
|
||||
Reference in New Issue
Block a user