-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
announcement: Add move to Docker 25 banner
Signed-off-by: Sayan Chowdhury <[email protected]> Co-authored-by: Mathieu Tortuyaux <[email protected]> Co-authored-by: Thilo Fromm <[email protected]>
- Loading branch information
1 parent
38b54bf
commit de6a1b9
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{{ if .Page.Param "announcement" }} | ||
<div lang="en" id="announcement" style="background-color:{{ .Page.Param "announcement_bg" }}"> | ||
<div class="row {{ .Page.Param "announcement_text_class" }}"> | ||
<div class="col-md-1 d-flex align-items-center justify-content-center"> | ||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-exclamation-circle" viewBox="0 0 16 16"> | ||
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/> | ||
<path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"/> | ||
</svg> | ||
</div> | ||
<div class="col-md-11 border-left"> | ||
<div class="py-3 announcement main-section" data-nosnippet> | ||
<h4 class="announcement"> | ||
{{ .Page.Param "announcement_title" | markdownify }} | ||
</h4> | ||
<p class="announcement">{{ .Page.Param "announcement_message" | markdownify }}</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters