_includes/WordPointTables/table.html in word-games-theme-0.3.4 vs _includes/WordPointTables/table.html in word-games-theme-0.3.5

- old
+ new

@@ -47,23 +47,24 @@ </h1> {%- endif -%} {%- if site.name == "wordscramblers" -%} <h1 style="font-size: 18px;"> - {{item.x}} letter words with highest score for {{item.gameName}} with letters <span>{{item.word - }}</span> + Top scoring {{item.x}} letter words for {{item.gameName}} containing letters + <span>{{item.word}}</span> using our {{item.x}} letter - word unscrambler + word scrambler </h1> {%- endif -%} {%- if site.name == "wordunscramblerss" -%} <h1 style="font-size: 18px;"> - Top scoring {{item.x}} letter words for {{item.gameName}} containing letters - <span>{{item.word}}</span> + {{item.x}} letter words with highest score for {{item.gameName}} with letters <span>{{item.word + }}</span> using our {{item.x}} letter - word scrambler + word unscrambler </h1> + {%- endif -%} {%- endif -%} <tr> <td>{{item.word}}</td> <td>{{item.points}}</td> \ No newline at end of file