1
0
Fork 0

Tweaked Terminal Alert (CSS)

This commit is contained in:
Moritz »mo.« Sauer 2015-04-07 13:01:03 +02:00
parent 63c234d820
commit b6aa873efd
3 changed files with 7 additions and 2 deletions

View file

@ -268,7 +268,7 @@ This include lets you easily display an alert. To use the include no `.html` end
{% include alert info='An info box.' %}
{% include alert success='Yeah, you made it!' %}
{% include alert alert='Danger!' %}
{% include alert terminal='$ jekyll -serve' %}
{% include alert terminal='jekyll -serve' %}
{% include alert text='Just a note!' %}{% endraw %}
~~~