Skip to content

Commit

Permalink
removed old content from liquid admonitions include file (#3271)
Browse files Browse the repository at this point in the history
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
  • Loading branch information
londoncalling authored May 15, 2017
1 parent 968f76e commit 01f1704
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions _includes/content/admonitions/notes.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
{% if include.type=="note" %}
{% assign glyphClass="glyphicon glyphicon-ok-sign" %}
{% assign blockquoteClass="note-vanilla" %}
{% else if include.type=="warning"%}
{% assign glyphClass="glyphicon glyphicon-exclamation-sign" %}
{% assign blockquoteClass="warning-vanilla" %}
{% else if include.type=="danger"%}
{% assign glyphClass="glyphicon glyphicon-ban-circle" %}
{% assign blockquoteClass="danger-vanilla" %}
{%endif %}
# PLACEHOLDER FOR LIQUID VARIABLES SOLUTION FOR ADMONITIONS ICONS


<blockquote class="{{ blockquoteClass }}"><i class="{{ glyphClass }}"></i><b>{{ include.title }}</b><p>{{ include.text | markdownify }}</p></blockquote>

0 comments on commit 01f1704

Please sign in to comment.