Fix fontawesome icons

This commit is contained in:
Giuseppe Digilio
2018-12-27 17:48:35 +01:00
parent f9c69b7441
commit e6ea2667eb
4 changed files with 9 additions and 10 deletions

View File

@@ -56,15 +56,13 @@ module.exports = {
* {
* // NOTE: metadata name
* name: 'dc.author',
* // NOTE: fontawesome (v4.x) icon classes and bootstrap utility classes can be used
* // NOTE: fontawesome (v5.x) icon classes and bootstrap utility classes can be used
* style: 'fa-user'
* }
*/
{
// NOTE: metadata name
name: 'dc.author',
// NOTE: fontawesome (v4.x) icon classes and bootstrap utility classes can be used
style: 'fa-user'
style: 'fas fa-user'
},
// default configuration
{