aboutsummaryrefslogtreecommitdiff
path: root/docs/_plugins/callout.rb
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-28/+0
2015-10-29Update to Jekyll v3.0.0.XhmikosR1-1/+1
[skip sauce]
2015-08-29Use `https` when possible.XhmikosR1-1/+1
[ci skip]
2015-04-24re-work callout tag conditionalThomas McDonald1-6/+5
Output a warning if the type is not supported and default to info
2015-04-16Redo all our callouts with the custom callout pluginMark Otto1-0/+29
- Replaces manual use of .bd-callout with {% callout [type] %} - Rearranged some callouts for proximity to others - Turned long lists of callouts--like those on tooltips, plugings, etc--into a list because holy shit that's overwhelming