Reimplement announcements (#21586)
* Reimplement announcements Signed-off-by: Celeste Horgan <celeste@cncf.io> Address deprecation-warning styling Signed-off-by: Celeste Horgan <celeste@cncf.io> Use partial only Signed-off-by: Celeste Horgan <celeste@cncf.io> Refine Signed-off-by: Celeste Horgan <celeste@cncf.io> * Turn on announcements for preview only Signed-off-by: Celeste Horgan <celeste@cncf.io> * Update config.toml Co-authored-by: Celeste Horgan <celeste@cncf.io> Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
This commit is contained in:
@@ -23,7 +23,13 @@
|
||||
{{ block "hero-more" . }}{{ end }}
|
||||
</div>
|
||||
</section>
|
||||
{{ block "post-hero" . }}{{ end }}
|
||||
{{ block "post-hero" . }}
|
||||
{{ block "deprecated" . }}
|
||||
{{ if .IsHome }}
|
||||
{{ partial "deprecation-warning.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<main>
|
||||
<article class="page-content">
|
||||
|
||||
Reference in New Issue
Block a user