Skip to content

Commit

Permalink
Improved the search.html View
Browse files Browse the repository at this point in the history
  • Loading branch information
aledipa committed Jun 18, 2023
1 parent 017c05a commit 1c96e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/views/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<p class="ml-24 helvetica font-thin text-s text-gray-400"><i> <%= description %> </i></p>
<br>
<!-- bulleted list of titles -->
<% for (let i = 0; i < search_results.length; i++) { %>
<% for (let i = 1; i < search_results.length; i++) { %>
<div class="ml-24 georgia font-thin text-xl text-gray-800 w-7/12"><u><a href="<%= links[i] %>"> <%= search_results[i].title %> </a></u> </div>
<% } %>
</div>
Expand Down

0 comments on commit 1c96e61

Please sign in to comment.