diff --git a/src/web/static/js/templates.js b/src/web/static/js/templates.js index 8b01018..41f11a9 100644 --- a/src/web/static/js/templates.js +++ b/src/web/static/js/templates.js @@ -1,6 +1,5 @@ var cardProjectTemplate = _.template( '
' + - 'Card image cap' + '
' + '

<%= project_name %>

' + '

<%= project_description %>

' + diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index 525d17b..313259d 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -100,9 +100,11 @@ {% block content %}{% endblock %} +
diff --git a/src/web/templates/projects.html b/src/web/templates/projects.html index 939ff46..e8ad15a 100644 --- a/src/web/templates/projects.html +++ b/src/web/templates/projects.html @@ -14,7 +14,7 @@

Projects


-