From ab59d15e6e8a6dc3663598f0f24dd755687f7b51 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sat, 4 Apr 2020 15:21:49 +0800 Subject: [PATCH] update cdn --- _config.yml | 2 +- scripts/tags/media.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 33d512c..14eb472 100755 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ info: version: '2.4.1' # This is theme's version. docs: https://volantis.js.org/ # This is theme's URL. cdn: # To use CDN, write 'use_cdn: true' in 'blog/_config.yml'. - css: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@2.4.1/css/style.css + css: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@2.4.1.1/css/style.css js: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@2.4.1/js/app.js diff --git a/scripts/tags/media.js b/scripts/tags/media.js index 7926487..e829ee4 100644 --- a/scripts/tags/media.js +++ b/scripts/tags/media.js @@ -2,12 +2,12 @@ function postAudio(args) { let src = args[0].trim() - return `

`; + return ``; } function postVideo(args) { let src = args[0].trim() - return `

`; + return ``; } function postVideos(args, content) {