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