We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d928ed commit a1561bbCopy full SHA for a1561bb
_quarto.yml
@@ -50,7 +50,10 @@ website:
50
aria-label: Quarto GitHub
51
- icon: rss
52
href: https://quarto.org/docs/blog/index.xml
53
- aria-label: Quarto Blog RSS
+ 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
57
navbar:
58
background: light
59
logo: quarto.png
theme.scss
@@ -31,3 +31,15 @@ $text-muted: #6a737b;
31
margin-bottom: 0.5rem;
32
}
33
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
44
45
0 commit comments