_includes/section/xyzGroup.html in word-games-theme-0.4.1 vs _includes/section/xyzGroup.html in word-games-theme-0.4.2
- old
+ new
@@ -27,10 +27,10 @@
<div class="wordList">
<ul class="ul list-unstyled">
{%- for item in scrabblewords %}
{%- assign value = item.word -%}
<a class="anchor__style" title="Lookup python in Dictionary" target="_blank"
- href="/word-meaning?search=phyton">
+ href="/word-meaning?search={{item.word}}">
<li>{{item.word}}
<span class="points" value="14" style="position:relative; top:4px; font-size:12px">
{{item.points}}</span>
</li>
</a>
\ No newline at end of file