diff options
-rw-r--r-- | layouts/partials/sub-footer.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/layouts/partials/sub-footer.html b/layouts/partials/sub-footer.html index d587968..b222ed7 100644 --- a/layouts/partials/sub-footer.html +++ b/layouts/partials/sub-footer.html @@ -5,8 +5,12 @@ <div class="sub-footer-inner"> <ul> <li class="zerostatic"> - <img src="/pics/yams-small.png"/> <a href="https://yams.media">yams.media</a> | - <img src="/pics/gitlab-small.png"/> <a href="https://gitlab.com/rogs/yams">gitlab.com/rogs/yams</a> | + <img src="/pics/yams-small.png"/> <a href="https://yams.media">yams.media</a> + </li> + <li class="zerostatic"> + <img src="/pics/gitlab-small.png"/> <a href="https://gitlab.com/rogs/yams">gitlab.com/rogs/yams</a> + </li> + <li class="zerostatic"> <img src="/pics/element-small.png"/> <a href="https://matrix.to/#/#yams:chat.rogs.me">#yams:chat.rogs.me</a> </li> </ul> |