diff --git a/docs/endpoints.rst b/docs/endpoints.rst
index 0672f25..b6d3bbd 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 ``/wmts/{id}/``
+
Static images
=============
* Several endpoints:
diff --git a/public/templates/index.tmpl b/public/templates/index.tmpl
index 8b37ed1..3dcef0d 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 @@