Remove announcement shortcode

No localizations are using this shortcode.
This commit is contained in:
Tim Bannister
2020-06-28 12:38:11 +01:00
parent 0b05abd324
commit 1430f03213
-14
View File
@@ -1,14 +0,0 @@
{{ if .Page.Param "announcement" }}
<link rel="stylesheet" href="{{ "css/announcement.css" | relURL }}">
<section id="announcement">
<main>
<div class="content announcement main-section">
<h3>
{{ .Page.Param "announcement_message" | markdownify }}
</h3>
</div>
</main>
</section>
{{ end }}