diff --git a/docs/endpoints.rst b/docs/endpoints.rst
index 0672f2515..b3a5fa081 100644
--- a/docs/endpoints.rst
+++ b/docs/endpoints.rst
@@ -21,6 +21,10 @@ Rendered tiles
* The rendered tiles are not available in the ``tileserver-gl-light`` version.
+WMTS Capabilities
+==============
+* WMTS Capabilities are served at ``/styles/{id}/wmts.xml``
+
Static images
=============
* Several endpoints:
diff --git a/package.json b/package.json
index 4116d2418..b24927f9a 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,6 @@
"@mapbox/sphericalmercator": "1.0.5",
"@mapbox/vector-tile": "1.3.0",
"advanced-pool": "0.3.3",
- "base64url": "2.0.0",
"canvas": "1.6.8",
"clone": "2.1.1",
"color": "1.0.3",
diff --git a/public/templates/index.tmpl b/public/templates/index.tmpl
index 8b37ed1d6..2c61428e4 100644
--- a/public/templates/index.tmpl
+++ b/public/templates/index.tmpl
@@ -40,8 +40,8 @@
{{#if serving_rendered}}
{{#if serving_data}}| {{/if}}TileJSON
{{/if}}
- {{#if wmts_link}}
- | WMTS
+ {{#if serving_rendered}}
+ | WMTS
{{/if}}
{{#if xyz_link}}
| XYZ
@@ -110,4 +110,4 @@