diff options
Diffstat (limited to 'templates/main/ws_test.html')
-rw-r--r-- | templates/main/ws_test.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/main/ws_test.html b/templates/main/ws_test.html index a492fb89..64a7dfc4 100644 --- a/templates/main/ws_test.html +++ b/templates/main/ws_test.html @@ -1,5 +1,7 @@ {% extends "main/base.html" %} {% block title %}WS Test{% endblock %} +{% block og_title %}WS Test{% endblock %} +{% block og_description %}A test page for our Websockets implementation{% endblock %} {% block content %} <div class="uk-container uk-section"> <h1>Open your JS console to test</h1> |