Skip to content

Commit

Permalink
Add title tag to website (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
yankcrime authored and alenkacz committed Jul 4, 2019
1 parent a385830 commit 577ce33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
12 changes: 0 additions & 12 deletions config/manager_image_patch.yaml-e

This file was deleted.

4 changes: 2 additions & 2 deletions 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
title: "KUDO - The Kubernetes Universal Declarative Operator"
disableKinds: ["taxonomy", "taxonomyTerm"]
# themesDir: ../..
# themesDir: ../..
3 changes: 2 additions & 1 deletion site/layouts/docs/baseof.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html>

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

Expand All @@ -25,4 +26,4 @@
</div>
</body>

</html>
</html>

0 comments on commit 577ce33

Please sign in to comment.