Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chagratt
bwog-notes-v2
Commits
3fc417e2
Commit
3fc417e2
authored
Oct 18, 2019
by
wbar
Browse files
site header : add site title when not on homepage
parent
4a2e2d58
Changes
1
Hide whitespace changes
Inline
Side-by-side
layouts/partials/header.html
View file @
3fc417e2
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
'{{ .Site.Language.Lang }}'
>
<html
lang=
'{{ .Site.Language.Lang }}'
>
<head>
<head>
<title>
{{ .Title }}
</title>
<title>
{{ if not .IsHome }}{{ .Title }} | {{ end }}{{ .Site.Title }}
</title>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=utf-8"
>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, shrink-to-fit=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, shrink-to-fit=no"
>
<meta
name=
"description"
content=
"{{ .Site.Params.description }}"
>
<meta
name=
"description"
content=
"{{ .Site.Params.description }}"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment