Skip to content

Commit

Permalink
Set title tag everywhere based on page name (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
yankcrime authored and alenkacz committed Jul 9, 2019
1 parent 3a8cd6d commit 31f013b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hugo server --themesDir ... --baseURL=http://0.0.0.0:1313/example

baseURL: https://kudo.dev/
title: "KUDO - The Kubernetes Universal Declarative Operator"
title: "The Kubernetes Universal Declarative Operator"
disableKinds: ["taxonomy", "taxonomyTerm"]
# themesDir: ../..
1 change: 0 additions & 1 deletion site/layouts/docs/baseof.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<html>

<head>
<title>{{ .Site.Title }}</title>
{{ partial "head" .}}
</head>

Expand Down
2 changes: 2 additions & 0 deletions site/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
/>

{{ end }}

<title>KUDO - {{ .Title }}</title>

0 comments on commit 31f013b

Please sign in to comment.