aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 -->