fixing link issues with news feature

This commit is contained in:
tomjohnson1492
2016-07-05 09:35:56 -07:00
parent 85f7373b07
commit 0bebf87adb
16 changed files with 8 additions and 9 deletions

View File

@ -1,5 +1,5 @@
<p>The following pages and posts are tagged with <button type="button" style="cursor: default" class="btn btn-default navbar-btn">{{page.tagName}}</button></p>
<table><thead><tr><th>Title</th><th>Type</th><th>Excerpt</th></tr></thead>
<table><thead><tr><th>Title</th><th>Type</th><th>Excerpt</th></tr></thead>
<tbody>
{% assign thisTag = page.tagName %}
{% for page in site.pages %}
@ -27,7 +27,6 @@
{% endfor %}
{% endfor %}
</tbody>
</table>
</tbody>
</tbody>
</table>