We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1edd313 + 90cd8f7 commit faad7a4Copy full SHA for faad7a4
layouts/partials/kubernetes-overview.html
@@ -15,7 +15,9 @@
15
<div class="k8s-birthday-wrapper">
16
<p>{{ "2014-06-06" | time.AsTime | time.Format ":date_long" }}</p>
17
{{- with site.GetPage "page" "community/special/kubernetes-10th-birthday" -}}
18
+ <a href="https://kubernetes.io/blog/2024/06/06/10-years-of-kubernetes/">
19
<img src="{{ with resources.Get "images/k8s-10th-birthday.svg" }}{{ .RelPermalink }}{{ end }}" class="birthday-banner" title="{{ .Title | markdownify }}" alt="{{ .Content }}" ></img>
20
+ </a>
21
{{- else -}}
22
{{- errorf "%s" "10th Birthday content missing" -}}
23
{{- end -}}
0 commit comments