mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
8 lines
383 B
HTML
8 lines
383 B
HTML
{% load doc_url_with_latest %}
|
|
|
|
{% if library_version.documentation_url %}
|
|
<a class="text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange text-base block py-3 text-center" href="{% doc_url_with_latest library_version.documentation_url version_str LATEST_RELEASE_URL_PATH_STR %}" title="Documentation">
|
|
<i class="fa fa-book align-top"></i>
|
|
</a>
|
|
{% endif %}
|