mirror of https://gitlab.com/curben/blog
refactor(cloudinary): remove unused loading.svg
This commit is contained in:
parent
7436391bc6
commit
a15d53f6f9
|
@ -5,7 +5,6 @@
|
||||||
* Put {% cloudinary 'folder/filename.jpg' 'description' %} in your post.
|
* Put {% cloudinary 'folder/filename.jpg' 'description' %} in your post.
|
||||||
* Change the username in data-src tag
|
* Change the username in data-src tag
|
||||||
* and cloud name in typing.js
|
* and cloud name in typing.js
|
||||||
* src is an animated svg generated from https://loading.io/
|
|
||||||
* More info:
|
* More info:
|
||||||
* https://hexo.io/docs/tag-plugins
|
* https://hexo.io/docs/tag-plugins
|
||||||
* https://hexo.io/api/tag
|
* https://hexo.io/api/tag
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
<!-- Generated using https://loading.io/ - Licensed by Loading.io under CC0 https://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
||||||
<svg width="48" height="48" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-ripple" style="background:0% 0%"><circle cx="50" cy="50" r="0" fill="none" stroke="#fc4309" stroke-width="2"><animate attributeName="r" calcMode="spline" values="0;40" keyTimes="0;1" dur="1" keySplines="0 0.2 0.8 1" begin="-0.5s" repeatCount="indefinite"/><animate attributeName="opacity" calcMode="spline" values="1;0" keyTimes="0;1" dur="1" keySplines="0.2 0 0.8 1" begin="-0.5s" repeatCount="indefinite"/></circle><circle cx="50" cy="50" r="0" fill="none" stroke="#ff765c" stroke-width="2"><animate attributeName="r" calcMode="spline" values="0;40" keyTimes="0;1" dur="1" keySplines="0 0.2 0.8 1" begin="0s" repeatCount="indefinite"/><animate attributeName="opacity" calcMode="spline" values="1;0" keyTimes="0;1" dur="1" keySplines="0.2 0 0.8 1" begin="0s" repeatCount="indefinite"/></circle></svg>
|
|
Before Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue