Merge pull request #1222

Add missing slash (index.html)
This commit is contained in:
luigi1111 2020-10-08 10:26:35 -05:00 committed by GitHub
commit f49e9a5a4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ permalink: index.html
<div class="col-lg-6 col-md-6 col-sm-8 col-xs-8 why-text">
<h3>{% t home.useit %}</h3>
<p>{% t home.useit_para %}</p>
<p><a href="{{ site.baseurl }}/community/merchants" class="btn-link btn-fixed">{% t home.merchants %}</a></p>
<p><a href="{{ site.baseurl }}/community/merchants/" class="btn-link btn-fixed">{% t home.merchants %}</a></p>
</div>
<div class="col-lg-6 col-md-6 col-sm-4 col-xs-4 center-xs">
<img src="/img/monero-accepted.png" alt="Merchants" class="main-icon">
@ -103,7 +103,7 @@ permalink: index.html
<p><a href="{{site.baseurl}}/resources/developer-guides/" class="btn-link btn-fixed">{% t titles.developerguides %}</a></p>
</div>
<div class="col">
<p><a href="{{site.baseurl}}/library" class="btn-link btn-fixed">{% t titles.library %}</a></p>
<p><a href="{{site.baseurl}}/library/" class="btn-link btn-fixed">{% t titles.library %}</a></p>
</div>
</div>
</div>