Merge pull request #80 from kmindi/patch-1

removes redundant " in news.html
This commit is contained in:
Tom Johnson 2017-04-10 22:49:40 -07:00 committed by GitHub
commit 394af1b392

View File

@ -23,7 +23,7 @@ folder: news
{% endfor %}
<p><a href="feed.xml"" class="btn btn-primary navbar-btn cursorNorm" role="button">RSS Subscribe{{tag}}</a></p>
<p><a href="feed.xml" class="btn btn-primary navbar-btn cursorNorm" role="button">RSS Subscribe{{tag}}</a></p>
<hr />
<p>See more posts from the <a href="news_archive.html">News Archive</a>. </p>