diff --git a/templates/project.html b/templates/project.html index 85fa923..86bee3d 100644 --- a/templates/project.html +++ b/templates/project.html @@ -7,16 +7,16 @@ - {{ project.title }} — {{ project.level }}{% if project.skills %} {{ project.skills[0] }}{% endif %} Project | DevPath + {{ project.title|e }} — {{ project.level|e }}{% if project.skills %} {{ project.skills[0]|e }}{% endif %} Project | DevPath - - + + - - + +
-
@@ -337,8 +337,8 @@