last things, webp images all aboard

This commit is contained in:
noxy
2019-09-02 22:06:28 +00:00
parent 4b6d5812a8
commit 08d88a0c9c
13 changed files with 36 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ class Icon extends Model
return '<i class="fa fa-' . $this->icon . '"></i>';
case 'img':
case 'image':
return '<img class="icon" src="https://s.w0bm.com/' . ltrim($this->icon, '/') . '" alt="' . $this->icon . '">';
return '<img class="icon" src="https://w0bm.com/' . ltrim($this->icon, '/') . '" alt="' . $this->icon . '">';
default:
return '';
}