Fix casing on 'Subscribe' on blog page

This commit is contained in:
Jesper Hess 2017-01-08 12:46:39 +01:00
parent 5e5c1422aa
commit 90dcabc6db
Signed by: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ title: News
{% endfor %}
</ul>
</div>
<p>subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
<p>Subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>