diff options
| author | Horus3 | 2016-11-22 15:51:13 +0100 |
|---|---|---|
| committer | Horus3 | 2016-11-22 15:51:13 +0100 |
| commit | f49b160a5283d13f5f8ce9af95b987d2556883f1 (patch) | |
| tree | 2da4359076606ee01e89db5ce44827a0acd79f60 /layouts/partials/header.tmpl | |
| parent | b3c8fe94e1ef9686a97662c2e4fb4b4e70006a20 (diff) | |
| download | iamfabulous.de-f49b160a5283d13f5f8ce9af95b987d2556883f1.tar.gz | |
Add new subpage for µhttpd.
Diffstat (limited to 'layouts/partials/header.tmpl')
| -rw-r--r-- | layouts/partials/header.tmpl | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/layouts/partials/header.tmpl b/layouts/partials/header.tmpl index 47ee061..5737464 100644 --- a/layouts/partials/header.tmpl +++ b/layouts/partials/header.tmpl @@ -4,7 +4,9 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, minimumscale=1.0, maximum-scale=1.0" /> <title>moehring | {{.Title}}</title> -{{partial "favicon.tmpl"}} -{{partial "css.tmpl"}} -</head> -<body> +{{ if not ($.Scratch.Get "NoCustomCSS") }} + {{partial "css.tmpl" .}} + {{partial "favicon.tmpl"}} + </head> + <body> +{{end}} |
