summaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 95267c6..9b0edef 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,7 +1,11 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
<head>
+ {{if .IsHome }}
+ <title>{{ .Title }}</title>
+ {{ else }}
<title>{{ .Site.Title }} | {{ .Title }}</title>
+ {{ end }}
{{ $web := resources.Get "scss/web.scss" }}
{{ $style := $web | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style.Permalink }}" media="all" integrity="{{ $style.Data.Integrity }}">