Skip to content

Commit 49e61be

Browse files
committed
Change note.html shortcode class names to fit BEM scheme.
1 parent f54f710 commit 49e61be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/shortcodes/note.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<div class="note">
1+
<div class="blocknote">
22
{{ if .Get "title" }}
3-
<div class="title">{{ with .Get "title" }}{{ markdownify . }}{{ end }}</div>
3+
<div class="blocknote__title">{{ with .Get "title" }}{{ markdownify . }}{{ end }}</div>
44
{{ end }}
55
{{ .Inner }}
66
</div>

0 commit comments

Comments
 (0)