aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-03-06 18:28:21 -0500
committerJesús <heckyel@hyperbola.info>2019-03-06 18:28:21 -0500
commit34212432b8f8c14c37d2da5e540972d3aec69a1d (patch)
tree2f73f271aa74b0c5ed6229fbe2e61e9d7947e05c
parent509b5d8ad2c51b7b6b573c4d11a46204d20b0d4b (diff)
downloadcl-theme-34212432b8f8c14c37d2da5e540972d3aec69a1d.tar.lz
cl-theme-34212432b8f8c14c37d2da5e540972d3aec69a1d.tar.xz
cl-theme-34212432b8f8c14c37d2da5e540972d3aec69a1d.zip
fix SVGicons
-rw-r--r--contact.html24
-rw-r--r--post.html9
2 files changed, 21 insertions, 12 deletions
diff --git a/contact.html b/contact.html
index 7832120..5cbed09 100644
--- a/contact.html
+++ b/contact.html
@@ -121,19 +121,25 @@
<div class="card-content-footer-small">
<div class="navbar is-social-center">
<a class="navbar-item" href="">
- <span class="icon">
- <i class="icon-gnusocial"></i>
- </span>
+ <span class="soumaicon">
+ <svg>
+ <use href="./dist/images/icons/master.svg#gnusocial" />
+ </svg>
+ </span>
</a>
<a class="navbar-item" href="">
- <span class="icon">
- <i class="icon-diaspora"></i>
- </span>
+ <span class="soumaicon">
+ <svg>
+ <use href="./dist/images/icons/master.svg#diaspora" />
+ </svg>
+ </span>
</a>
<a class="navbar-item" href="">
- <span class="icon">
- <i class="icon-mastodon"></i>
- </span>
+ <span class="soumaicon">
+ <svg>
+ <use href="./dist/images/icons/master.svg#mastodom" />
+ </svg>
+ </span>
</a>
</div>
</div>
diff --git a/post.html b/post.html
index d160c74..0e7c8c7 100644
--- a/post.html
+++ b/post.html
@@ -127,9 +127,12 @@
<a class="button is-small is-button-grey" href="index.html">Back to Home</a>
</div>
<div class="column has-text-right">
- <i class="fa fa-calendar">
- <small>11:09 PM - 1 Jan 2019</small>
- </i>
+ <span class="soumaicon">
+ <svg>
+ <use href="./dist/images/icons/master.svg#calendar" />
+ </svg>
+ </span>
+ <small>11:09 PM - 1 Jan 2019</small>
</div>
</div>
<!-- end of post footer nav -->