mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
Merge pull request #990
Dont't use jekyll's 'post_url' for linking to a blog post
This commit is contained in:
commit
fc05c5936f
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ permalink: /get-started/faq/index.html
|
|||
<p>{% t faq.a12-1 %}</p>
|
||||
<p>{% t faq.a12-2 %}</p>
|
||||
<p>{% t faq.a12-3 %}</p>
|
||||
<p>{% t faq.additional %} <a href="{% post_url 2020-01-17-auditability %}">About supply auditability</a></p>
|
||||
<p>{% t faq.additional %} <a href="{{ site.baseurl_root }}/2020/01/17/auditability.html">About supply auditability</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab" id="anchor-light-normal">
|
||||
|
|
Loading…
Reference in a new issue