diff --git a/layouts/shortcodes/before-you-begin.html b/layouts/shortcodes/before-you-begin.html index a69efa02..fe13833d 100644 --- a/layouts/shortcodes/before-you-begin.html +++ b/layouts/shortcodes/before-you-begin.html @@ -5,4 +5,4 @@ "sideline" "false" "content" .Inner ) }} -{{ warnf "'' is being deprecated. Use generic 'call-out' shortcode instead."}} \ No newline at end of file +{{ 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 index 53a71230..d48a2053 100644 --- a/layouts/shortcodes/note.html +++ b/layouts/shortcodes/note.html @@ -5,4 +5,4 @@ "sideline" "false" "content" .Inner ) }} -{{ warnf "'' is being deprecated. Use generic 'call-out' shortcode instead."}} \ No newline at end of file +{{ 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 index 259381ef..9b350f99 100644 --- a/layouts/shortcodes/see-also.html +++ b/layouts/shortcodes/see-also.html @@ -5,4 +5,4 @@ "sideline" "false" "content" .Inner ) }} -{{ warnf "'' is being deprecated. Use generic 'call-out' shortcode instead."}} \ No newline at end of file +{{ 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 index d1034d46..e8f0585a 100644 --- a/layouts/shortcodes/tip.html +++ b/layouts/shortcodes/tip.html @@ -5,4 +5,4 @@ "sideline" "false" "content" .Inner ) }} -{{ warnf "'' is being deprecated. Use generic 'call-out' shortcode instead."}} \ No newline at end of file +{{ warnf "'' is being deprecated. Use generic 'call-out' shortcode instead. (%s)" .Position }} \ No newline at end of file