diff --git a/assets/js/current-projects.js b/assets/js/current-projects.js index df48506fbf..9d2f6fd6ad 100644 --- a/assets/js/current-projects.js +++ b/assets/js/current-projects.js @@ -97,6 +97,9 @@ function retrieveProjectDataFromCollection(){ {%- if project.partner -%}, "partner": `{{ project.partner }}` {%- endif -%} + {%- if project.tools -%}, + "tools": `{{ project.tools }}` + {%- endif -%} {%- if project.looking -%}, "looking": {{ project.looking | jsonify }} {%- endif -%} @@ -460,6 +463,15 @@ return ` `:"" } + ${project.tools ? + ` +
+ Tools: + ${ project.tools } +
+ `:"" + } + ${project.looking ? "" : "" // ` //