aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>