diff options
Diffstat (limited to 'post.html')
-rw-r--r-- | post.html | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 --> |