diff --git a/website/homepage/src/guides_template.html b/website/homepage/src/guides_template.html index 2961a8034a..d2a349d38a 100644 --- a/website/homepage/src/guides_template.html +++ b/website/homepage/src/guides_template.html @@ -111,24 +111,7 @@ {% endfor %} -

- Related Spaces: - {% for space in spaces %} - {{ space[30:] }} - {% if not loop.last %}, {% endif %} - {% endfor %} -

- {% endif %} - - {% if tags is not none %} -

- Tags: - {% for tag in tags %} - {{ tag }}{% if not loop.last %}, {% endif %} - {% endfor %} -

- {% endif %} + {% endif %}
{{ template_html|safe }}