Minor formatting improvement to the notice shortcode

This commit is contained in:
Steven Engler 2019-09-17 13:35:11 -04:00
parent f2ae6de673
commit c2e4cfe75d

View File

@ -6,8 +6,6 @@
<img class="notice-title-icon" src="{{ "images/exclamation.svg" | relURL }}" height="15"> <img class="notice-title-icon" src="{{ "images/exclamation.svg" | relURL }}" height="15">
<span>{{ with .Get 1 }}{{ . }}{{ else }}{{ .Scratch.Get "type" | humanize }}{{ end }}</span> <span>{{ with .Get 1 }}{{ . }}{{ else }}{{ .Scratch.Get "type" | humanize }}{{ end }}</span>
</div> </div>
<div class="notice-body"> <div class="notice-body">{{ .Inner | markdownify }}</div>
{{ .Inner | markdownify }}
</div>
<hr> <hr>
</aside> </aside>