{{ partial "lucide" (dict "context" . "icon" $icon) . }}
- {{ $title }}
+ {{ if $title }}{{ $title }}{{ else }}{{ $type }}{{end}}
{{- .content | markdownify -}}
diff --git a/layouts/shortcodes/before-you-begin.html b/layouts/shortcodes/before-you-begin.html
deleted file mode 100644
index fe13833d..00000000
--- a/layouts/shortcodes/before-you-begin.html
+++ /dev/null
@@ -1,8 +0,0 @@
- {{ partial "callout.html" (dict
- "class" "tip"
- "title" "Before you begin:"
- "icon" ""
- "sideline" "false"
- "content" .Inner
-) }}
-{{ warnf "'' is being deprecated. Use generic 'call-out' shortcode instead. (%s)" .Position }}
\ No newline at end of file
diff --git a/layouts/shortcodes/note.html b/layouts/shortcodes/note.html
deleted file mode 100644
index d48a2053..00000000
--- a/layouts/shortcodes/note.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{{ partial "callout.html" (dict
-"class" "note"
-"title" "Note:"
-"icon" ""
-"sideline" "false"
-"content" .Inner
-) }}
-{{ warnf "'' is being deprecated. Use generic 'call-out' shortcode instead. (%s)" .Position }}
\ No newline at end of file
diff --git a/layouts/shortcodes/see-also.html b/layouts/shortcodes/see-also.html
deleted file mode 100644
index 9b350f99..00000000
--- a/layouts/shortcodes/see-also.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{{ partial "callout.html" (dict
-"class" "tip"
-"title" "See Also:"
-"icon" ""
-"sideline" "false"
-"content" .Inner
-) }}
-{{ warnf "'' is being deprecated. Use generic 'call-out' shortcode instead. (%s)" .Position }}
\ No newline at end of file
diff --git a/layouts/shortcodes/tip.html b/layouts/shortcodes/tip.html
deleted file mode 100644
index e8f0585a..00000000
--- a/layouts/shortcodes/tip.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{{ partial "callout.html" (dict
-"class" "tip"
-"title" "Tip:"
-"icon" ""
-"sideline" "false"
-"content" .Inner
-) }}
-{{ warnf "'' is being deprecated. Use generic 'call-out' shortcode instead. (%s)" .Position }}
\ No newline at end of file