xiaoheiAh / hugo-theme-pure

A pure theme for Hugo
https://themes.gohugo.io/theme/hugo-theme-pure/
MIT License
267 stars 127 forks source link

Introduce alert shortcodes #75

Closed anbuchelva closed 4 years ago

anbuchelva commented 4 years ago

Alert messages be written like this

{{< alert info >}} A Sample info message! {{< /alert >}}

{{< alert success >}} A Sample success message! {{< /alert >}}

{{< alert warning >}} A Sample Warning message! {{< /alert >}}

{{< alert danger >}} Its too danger here! {{< /alert >}}

Final output would look like this!

pure-alert-message

xiaoheiAh commented 4 years ago

LGTM