diff options
author | 53hornet <53hornet@gmail.com> | 2019-04-28 12:55:42 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2019-04-28 12:55:42 -0400 |
commit | 8ca0649687f4e6a352e081e992c80c90098e9074 (patch) | |
tree | 63f703c8d8ea6d8c1ac788c4057a18f4ba6d443c /_includes/mdi-rss-box.html | |
parent | e93119e2bb55291faff35c3eccc48c42f66d3789 (diff) | |
download | cobalt-site-8ca0649687f4e6a352e081e992c80c90098e9074.tar.xz cobalt-site-8ca0649687f4e6a352e081e992c80c90098e9074.zip |
Moved svg icons and head metadata to includes.
Diffstat (limited to '_includes/mdi-rss-box.html')
-rw-r--r-- | _includes/mdi-rss-box.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_includes/mdi-rss-box.html b/_includes/mdi-rss-box.html new file mode 100644 index 0000000..156c692 --- /dev/null +++ b/_includes/mdi-rss-box.html @@ -0,0 +1,11 @@ +<!-- mdi-rss-box --> +<svg style="width:24px;height:24px" viewBox="0 0 24 24"> + <path fill="#ffffff" d="M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 + 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M7.5,15A1.5,1.5 0 0,0 + 6,16.5A1.5,1.5 0 0,0 7.5,18A1.5,1.5 0 0,0 9,16.5A1.5,1.5 0 + 0,0 7.5,15M6,10V12A6,6 0 0,1 12,18H14A8,8 0 0,0 + 6,10M6,6V8A10,10 0 0,1 16,18H18A12,12 0 0,0 6,6Z" /> + <title> + RSS + </title> +</svg> |