mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
Dont't use jekyll's 'post_url' for linking to a blog post
This commit is contained in:
parent
3824a2abc2
commit
445c15c6fa
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