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">
|
<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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user