diff options
author | Iru Cai <mytbk920423@gmail.com> | 2016-11-28 16:51:48 +0000 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2016-11-28 16:51:48 +0000 |
commit | 1370ad9616d1ea3e07b3b144c5e8c933a8973355 (patch) | |
tree | 5129473df5842ceff8e37abe737ab3d167b2fc0b | |
parent | af51010b93326456df76ac2edfe565551b31cca5 (diff) | |
download | werc-1370ad9616d1ea3e07b3b144c5e8c933a8973355.tar.xz |
top bar: add matrix.org and linux.bdwm.net
-rw-r--r-- | lib/top_bar.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/top_bar.inc b/lib/top_bar.inc index ab37023..965a312 100644 --- a/lib/top_bar.inc +++ b/lib/top_bar.inc @@ -1,4 +1,5 @@ <div class="left"> + <a href="https://matrixim.cc">matrixim.cc</a> | <a href="https://blogs.cnjabber.net">cnjabber blogs</a> | <a href="https://vimacs.cnjabber.net">vimacs's articles</a> </div> @@ -6,9 +7,12 @@ <div class="right"> <span class="doNotDisplay">Related sites:</span> | <a href="https://xmpp.org">XMPP</a> + | <a href="https://matrix.org">Matrix</a> + | <a href="https://www.bdwm.net/v2/thread.php?bid=13">linux.bdwm.net</a> | <a href="https://blug.sh">Beijing LUG</a> | <a href="https://szdiy.org">SZDIY</a> | <a href="http://getgnulinux.org">Get GNU/Linux</a> + | <a href="http://www.theopendisc.com/">OpenDisc</a> | <a href="/sitemap">site map</a> </div> |