diff --git a/templates/projects.html b/templates/projects.html index 6e6928b..932a378 100644 --- a/templates/projects.html +++ b/templates/projects.html @@ -9,13 +9,13 @@

{{ project.name }}

{{ project.desc }}

-
-
+
+
{% for tag in project.tags %} #{{ tag }} {% endfor %}
-
+
{% for link in project.links %}