From 13b9218525756c55e473e9741ec35f87e318f452 Mon Sep 17 00:00:00 2001 From: curben Date: Wed, 3 Oct 2018 18:48:15 +0930 Subject: [PATCH] Use brighter colours, increase the size from 30px to 48px svg optimised using svgo https://www.npmjs.com/package/svgo --- themes/typing/scripts/cloudinary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/typing/scripts/cloudinary.js b/themes/typing/scripts/cloudinary.js index a2ec3a9..920c53c 100644 --- a/themes/typing/scripts/cloudinary.js +++ b/themes/typing/scripts/cloudinary.js @@ -9,5 +9,5 @@ * https://cloudinary.com/documentation/responsive_images */ hexo.extend.tag.register('cloudinary', function(fileName){ - return ''; + return ''; });