summaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-13 15:13:02 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-13 15:13:02 -0300
commit5e06e43c904e6cc40c34d912982b532ce7e47ca0 (patch)
tree9cc82b531a505fb3b7dce2ead2e0d4c7ce4e8710 /layouts/partials
parentd3fa8290477d8e59401ef2c99ee2e68289ca4980 (diff)
Added "Contact" page
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/sub-footer.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/partials/sub-footer.html b/layouts/partials/sub-footer.html
index 6c9ec13..80b545f 100644
--- a/layouts/partials/sub-footer.html
+++ b/layouts/partials/sub-footer.html
@@ -4,7 +4,11 @@
<div class="col-12">
<div class="sub-footer-inner">
<ul>
- <li class="zerostatic"><a href="https://yams.media">yams.media</a> | <a href="https://gitlab.com/rogs/yams">gitlab.com/rogs/yams</a></li>
+ <li class="zerostatic">
+ <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/element-small.png"> <a href="https://matrix.to/#/#yams:chat.rogs.me">#yams:chat.rogs.me</a>
+ </li>
</ul>
</div>
</div>