aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2019-10-30 15:44:34 -0500
committerMatt Rude <[email protected]>2019-10-30 15:44:34 -0500
commit821e784806a5e0a8eecc11f7fe5d96970cce53c3 (patch)
treee718a287fb98bf0057afd2ebe59f4fd0f93e707a
parentf6e9947a05d6359a598eaaf71faede20dd9f9075 (diff)
downloadxmpp-site-lite-821e784806a5e0a8eecc11f7fe5d96970cce53c3.tar.gz
xmpp-site-lite-821e784806a5e0a8eecc11f7fe5d96970cce53c3.tar.bz2
xmpp-site-lite-821e784806a5e0a8eecc11f7fe5d96970cce53c3.zip
More minor updates
-rw-r--r--.gitignore1
-rw-r--r--index.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1b9e376..b4589fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
Gemfile.lock
+.jekyll-cache/
.sass-cache/
_site/
diff --git a/index.html b/index.html
index ecd9c43..78fd868 100644
--- a/index.html
+++ b/index.html
@@ -51,7 +51,7 @@ permalink: /
<li>File Uploads: <b>{{ site.xmpp-upload-url }}</b></li>{% endif %}
</ul>
<div style="padding-left:40px;">
- <a href="https://caas.im.mattrude.com/server/{{ site.xmpp-url }}/" target="_blank"><img width="268px" height="20px" src="https://caas.im.mattrude.com/badge/{{ site.xmpp-url }}"></a>
+ <a href="https://caas.im.mattrude.com/server/{{ site.xmpp-url }}/" target="_blank"><img width="268px" height="20px" src="https://caas.im.mattrude.com/badge/{{ site.xmpp-url }}" alt="XMPP Compliance Tester score"></a>
<a href="https://check.messaging.one/result.php?domain={{ site.xmpp-url }}&amp;type=client" target="_blank"><img width="201px" height="20px" src="https://check.messaging.one/badge.php?domain={{ site.xmpp-url }}" alt="check.messaging.one server score"/></a></div>
</div>