diff --git a/projects/index.html b/projects/index.html
index e156100..525dd49 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -120,10 +120,10 @@ groups:
{% for project in group.projects %}
{{ project.title }}
{{ project.description }}
-
+
{% for link in project.links %}
- {{ link }}
{% endfor %}
-
+
<
{% endfor %}
{% endfor %}
diff --git a/ru/projects/index.html b/ru/projects/index.html
index c31116f..842ecaa 100644
--- a/ru/projects/index.html
+++ b/ru/projects/index.html
@@ -120,10 +120,10 @@ groups:
{% for project in group.projects %}
{{ project.title }}
{{ project.description }}
-
+
{% for link in project.links %}
- {{ link }}
{% endfor %}
-
+
{% endfor %}
{% endfor %}