docs: switch notes to use enclosed circle icons

This commit is contained in:
Brian Mann
2017-06-18 22:26:55 -04:00
parent 3236f484e7
commit 31d8ae6da6
+3 -3
View File
@@ -21,9 +21,9 @@ hexo.extend.tag.register('note', function (args, content) {
const iconLookup = {
info: 'info-circle',
warning: 'exclamation',
success: 'check',
danger: 'times',
warning: 'exclamation-circle',
success: 'check-circle',
danger: 'times-circle',
}
let header = ''