diff --git a/layouts/shortcodes/youtube.html b/layouts/shortcodes/youtube.html index 1303546..7b15220 100644 --- a/layouts/shortcodes/youtube.html +++ b/layouts/shortcodes/youtube.html @@ -31,7 +31,7 @@ width:20px; height:20px; content:"Play"; - background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/YouTube_social_white_circle_%282017%29.svg/1024px-YouTube_social_white_circle_%282017%29.svg.png); + background: url(/youtube.svg); } img{ width:100%!important; diff --git a/static/youtube.svg b/static/youtube.svg new file mode 100644 index 0000000..221b0c0 --- /dev/null +++ b/static/youtube.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file