summaryrefslogtreecommitdiff
path: root/layouts/partials/header.tmpl
diff options
context:
space:
mode:
authorHorus32016-11-22 15:51:13 +0100
committerHorus32016-11-22 15:51:13 +0100
commitf49b160a5283d13f5f8ce9af95b987d2556883f1 (patch)
tree2da4359076606ee01e89db5ce44827a0acd79f60 /layouts/partials/header.tmpl
parentb3c8fe94e1ef9686a97662c2e4fb4b4e70006a20 (diff)
downloadiamfabulous.de-f49b160a5283d13f5f8ce9af95b987d2556883f1.tar.gz
Add new subpage for µhttpd.
Diffstat (limited to 'layouts/partials/header.tmpl')
-rw-r--r--layouts/partials/header.tmpl10
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}}