mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-09 20:40:05 +00:00
Add missing slash (index.html)
This commit is contained in:
parent
bd5a1cb5d6
commit
9909860db7
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ permalink: index.html
|
||||||
<div class="col-lg-6 col-md-6 col-sm-8 col-xs-8 why-text">
|
<div class="col-lg-6 col-md-6 col-sm-8 col-xs-8 why-text">
|
||||||
<h3>{% t home.useit %}</h3>
|
<h3>{% t home.useit %}</h3>
|
||||||
<p>{% t home.useit_para %}</p>
|
<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>
|
||||||
<div class="col-lg-6 col-md-6 col-sm-4 col-xs-4 center-xs">
|
<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">
|
<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>
|
<p><a href="{{site.baseurl}}/resources/developer-guides/" class="btn-link btn-fixed">{% t titles.developerguides %}</a></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue