Skip to content

Commit b138afa

Browse files
authored
Update manual.html (#156)
1 parent 84a5ec0 commit b138afa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_layouts/manual.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@
6969
<div class="columns eight manual">
7070
{%- if page.language != "en" -%}
7171
{%- capture urlprefix -%}/{{ language.urlprefix }}/{%- endcapture -%}
72-
<p><a href="{{ page.url | replace: urlprefix, "/" }}">Read this manual in English</a></p>
72+
<div class="sidenote">
73+
<p>This translation is community contributed and may not be up to date. We only maintain the English version of the documentation. <a href="{{ page.url | replace: urlprefix, "/" }}">Read this manual in English</a></p>
74+
</div>
7375
{%- endif -%}
7476
{% include anchor_headings.html html=content anchorClass="anchor-link" %}
7577
</div>

0 commit comments

Comments
 (0)