浏览代码

feat: remove deprecated Alert shortcode which was replaced by Callout

George Cushen 4 年之前
父节点
当前提交
a9a74e160d
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      wowchemy/layouts/shortcodes/alert.html

+ 0 - 7
wowchemy/layouts/shortcodes/alert.html

@@ -1,7 +0,0 @@
-{{/* Todo: to be deprecated in favour of Callout. */}}
-{{ warnf "Alert shortcode will be deprecated in future. Use Callout instead. Rename `alert` to `callout` in %q" $.Page.Path }}
-<div class="alert alert-{{ .Get 0 }}">
-  <div>
-    {{ .Inner | markdownify | emojify }}
-  </div>
-</div>