Skip to content

Commit

Permalink
limited the techstack array to render only first 3 items for organize…
Browse files Browse the repository at this point in the history
…d ui
  • Loading branch information
rocktimsaikia committed Oct 19, 2019
1 parent 371d150 commit 2639012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<div class="tech-stack">
<ul>
<% obj.tech_stack.map(i=>{%>
<% obj.tech_stack.slice(0,3).map(i=>{%>
<li><%= i %></li>
<%})%>
</ul>
Expand Down

0 comments on commit 2639012

Please sign in to comment.