Skip to content

Commit faad7a4

Browse files
authored
Merge pull request #46710 from babugeet/patch-1
change in the site front page to link the birthday blog
2 parents 1edd313 + 90cd8f7 commit faad7a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

layouts/partials/kubernetes-overview.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
<div class="k8s-birthday-wrapper">
1616
<p>{{ "2014-06-06" | time.AsTime | time.Format ":date_long" }}</p>
1717
{{- with site.GetPage "page" "community/special/kubernetes-10th-birthday" -}}
18+
<a href="https://kubernetes.io/blog/2024/06/06/10-years-of-kubernetes/">
1819
<img src="{{ with resources.Get "images/k8s-10th-birthday.svg" }}{{ .RelPermalink }}{{ end }}" class="birthday-banner" title="{{ .Title | markdownify }}" alt="{{ .Content }}" ></img>
20+
</a>
1921
{{- else -}}
2022
{{- errorf "%s" "10th Birthday content missing" -}}
2123
{{- end -}}

0 commit comments

Comments
 (0)