diff options
author | Loïc Hoguin <[email protected]> | 2018-06-04 12:59:26 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-06-04 12:59:26 +0200 |
commit | 2b588340af501825f3ab03f2e76dba0353c98fae (patch) | |
tree | ad990a44d67f30e9804b606e0282ca9adfa37433 /_build/themes/ninenines | |
parent | 791b95225695b3badff7cc4bb4f0f1ed373c74de (diff) | |
download | ninenines.eu-2b588340af501825f3ab03f2e76dba0353c98fae.tar.gz ninenines.eu-2b588340af501825f3ab03f2e76dba0353c98fae.tar.bz2 ninenines.eu-2b588340af501825f3ab03f2e76dba0353c98fae.zip |
Update documentation for Gun 1.0
Diffstat (limited to '_build/themes/ninenines')
-rw-r--r-- | _build/themes/ninenines/layouts/partials/head.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_build/themes/ninenines/layouts/partials/head.html b/_build/themes/ninenines/layouts/partials/head.html index af4710e3..2aa9cdc5 100644 --- a/_build/themes/ninenines/layouts/partials/head.html +++ b/_build/themes/ninenines/layouts/partials/head.html @@ -4,8 +4,6 @@ <meta name="description" content="{{ if .IsNode }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ else }}{{ with .Description }}{{ . }}{{ end }}{{ end }}"> <meta name="author" content="Loïc Hoguin based on a design from (Soft10) Pol Cámara"> - {{.Hugo.Generator}} - <title>{{ if .IsHome }}{{ .Title }}{{ else }}{{ .Site.Title }}: {{ .Title }}{{ end }}</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> |