Skip to content

Commit

Permalink
search round 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tsm15002 committed Sep 13, 2016
1 parent cdb9c4c commit 709db5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/search.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<section class="subPageBody">
{% for result in posts %}
<div class="searchResult">
<h1><a href="{{result.href}}">{{result.title}}</a></h1>
<h1><a href="{{result.permalink}}">{{result.title}}</a></h1>
</div>
{% endfor %}
</section>
Expand Down

0 comments on commit 709db5d

Please sign in to comment.