mirror of https://gitlab.com/curben/blog
style: single quote
This commit is contained in:
parent
c0998a3d13
commit
4055d5a2c2
|
@ -10,7 +10,7 @@
|
||||||
*/
|
*/
|
||||||
hexo.extend.tag.register('cloudinary', (args) => {
|
hexo.extend.tag.register('cloudinary', (args) => {
|
||||||
const fileName = args[0]
|
const fileName = args[0]
|
||||||
let alt = ""
|
let alt = ''
|
||||||
|
|
||||||
if (args[1]) {
|
if (args[1]) {
|
||||||
alt = args[1]
|
alt = args[1]
|
||||||
|
|
Loading…
Reference in New Issue