removes redundant " in news.html

This commit is contained in:
Kai Mindermann M.Sc 2017-04-10 17:30:15 +02:00 committed by GitHub
parent 06dc9e0e25
commit fa25a31b51

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>