Skip to content

Commit a1e1890

Browse files
committed
fix: Removed note callout redundancy
1 parent 2195cb3 commit a1e1890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/note.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<blockquote class="note">
2-
<div><strong>Note:</strong><br/> {{ .Inner | markdownify }}</div>
2+
<div>{{ .Inner | markdownify }}</div>
33
</blockquote>

0 commit comments

Comments
 (0)