Minor formatting improvement to the notice shortcode
This commit is contained in:
parent
f2ae6de673
commit
c2e4cfe75d
@ -6,8 +6,6 @@
|
||||
<img class="notice-title-icon" src="{{ "images/exclamation.svg" | relURL }}" height="15">
|
||||
<span>{{ with .Get 1 }}{{ . }}{{ else }}{{ .Scratch.Get "type" | humanize }}{{ end }}</span>
|
||||
</div>
|
||||
<div class="notice-body">
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
||||
<div class="notice-body">{{ .Inner | markdownify }}</div>
|
||||
<hr>
|
||||
</aside>
|
||||
|
Loading…
x
Reference in New Issue
Block a user