Skip to content

Commit a1561bb

Browse files
authored
Add 1.4 announcement (#992)
1 parent 1d928ed commit a1561bb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

_quarto.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ website:
5050
aria-label: Quarto GitHub
5151
- icon: rss
5252
href: https://quarto.org/docs/blog/index.xml
53-
aria-label: Quarto Blog RSS
53+
aria-label: Quarto Blog RSS
54+
announcement:
55+
content: "🎉 Quarto 1.4 released! [Download](/docs/download/), [Read More](/docs/blog/posts/2024-01-24-1.4-release/)"
56+
position: below-navbar
5457
navbar:
5558
background: light
5659
logo: quarto.png

theme.scss

+12
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,15 @@ $text-muted: #6a737b;
3131
margin-bottom: 0.5rem;
3232
}
3333

34+
#quarto-announcement {
35+
padding: 1em;
36+
font-size: 1em;
37+
font-weight: bold;
38+
color: $white;
39+
background-color: #447099;
40+
}
41+
42+
#quarto-announcement a {
43+
color: $white;
44+
}
45+

0 commit comments

Comments
 (0)