You've already forked no-js-hugo-theme
Minor formatting improvement to the notice shortcode
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user