diff --git a/docs/layouts/partials/footer.html b/docs/layouts/partials/footer.html index 441dd24f01..6241df143a 100644 --- a/docs/layouts/partials/footer.html +++ b/docs/layouts/partials/footer.html @@ -10,7 +10,7 @@
- cncf logo + cncf logo
PipeCD is a Cloud Native Computing Foundation sandbox project.
diff --git a/docs/layouts/partials/head.html b/docs/layouts/partials/head.html index a33a25a0ec..26edeb6e6b 100644 --- a/docs/layouts/partials/head.html +++ b/docs/layouts/partials/head.html @@ -1,5 +1,8 @@ + + + {{ hugo.Generator }} {{ if eq (getenv "HUGO_ENV") "production" }} @@ -31,10 +34,11 @@ defer > {{ end }} - {{ partial "hooks/head-end.html" . }}