Remove announcement shortcode
No localizations are using this shortcode.
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user