Dont't use jekyll's 'post_url' for linking to a blog post

This commit is contained in:
erciccione 2020-05-21 11:08:36 +02:00
parent 3824a2abc2
commit 445c15c6fa
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF

View file

@ -157,7 +157,7 @@ permalink: /get-started/faq/index.html
<p>{% t faq.a12-1 %}</p> <p>{% t faq.a12-1 %}</p>
<p>{% t faq.a12-2 %}</p> <p>{% t faq.a12-2 %}</p>
<p>{% t faq.a12-3 %}</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> </div>
<div class="tab" id="anchor-light-normal"> <div class="tab" id="anchor-light-normal">