We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54f710 commit 49e61beCopy full SHA for 49e61be
layouts/shortcodes/note.html
@@ -1,6 +1,6 @@
1
-<div class="note">
+<div class="blocknote">
2
{{ if .Get "title" }}
3
- <div class="title">{{ with .Get "title" }}{{ markdownify . }}{{ end }}</div>
+ <div class="blocknote__title">{{ with .Get "title" }}{{ markdownify . }}{{ end }}</div>
4
{{ end }}
5
{{ .Inner }}
6
</div>
0 commit comments