diff --git a/_includes/alert.html b/_includes/alert.html index 7f6d5d8..ba53b66 100644 --- a/_includes/alert.html +++ b/_includes/alert.html @@ -5,15 +5,15 @@
- {% if include.type = "note" %} + {% if include.type == "note" %} - {% elsif include.type = "tip" %} + {% elsif include.type == "tip" %} - {% elsif include.type = "important" %} + {% elsif include.type == "important" %} - {% elsif include.type = "warning" %} + {% elsif include.type == "warning" %} - {% elsif include.type = "caution" %} + {% elsif include.type == "caution" %} {% endif %}