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 04576a3 + e4bab03 commit 81a7d63Copy full SHA for 81a7d63
layouts/partials/announcement.html
@@ -1,6 +1,6 @@
1
{{ if .Page.Param "announcement" }}
2
<section lang="en" id="announcement" style="background-color:{{ .Page.Param "announcement_bg" }}">
3
- <main>
+ <aside>
4
<div class="content announcement main-section">
5
6
<h4 class="announcement">
@@ -9,6 +9,6 @@ <h4 class="announcement">
9
<p class="announcement">{{ T "announcement_message" | markdownify }}</p>
10
11
</div>
12
- </main>
+ </aside>
13
</section>
14
{{ end }}
0 commit comments