mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 09:05:30 +00:00
Added a lot of different things
This commit is contained in:
@@ -1,10 +1,26 @@
|
||||
<!doctype html>
|
||||
<html class="w-full h-full" lang="de">
|
||||
<html class="w-full h-full" {{ if .lang }}lang="{{ .lang }}"{{ end }}>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
||||
{{ block "head" . }}
|
||||
<!-- Default Head elements -->
|
||||
{{ end }}
|
||||
|
||||
{{ if .isDev }}
|
||||
<link rel="icon" href="/assets/logo/dev_favicon.png" />
|
||||
{{ else }}
|
||||
<link rel="icon" href="/assets/logo/favicon.png" />
|
||||
{{ end }}
|
||||
|
||||
{{ if (and .name .title) }}
|
||||
<title>{{ .name }} - {{ .title }}</title>
|
||||
{{ else if .name }}
|
||||
<title>{{ .name }}</title>
|
||||
{{ else if .title }}
|
||||
<title>{{ .title }}</title>
|
||||
{{ end }}
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/assets/style.css" />
|
||||
<link href="/assets/css/remixicon.css" rel="stylesheet" />
|
||||
|
||||
Reference in New Issue
Block a user