Skip to content

Commit 947caa7

Browse files
Update footers to point to other lang
Since we are no longer auto directing users based on language, the footers have been updated to point to the other language. Signed-off-by: Technovangelist <m@technovangelist.com>
1 parent aac2fb4 commit 947caa7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

layouts/_footer-ja.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<div class="container">
22
<div class="row" id="footer">
33
<div class="span12"> &bull; お困りの場合は、<a href="/ja/help/">お問い合わせ</a>ページに掲載した方法にて、お気軽にお声がけ下さい。</br> &bull; ドキュメントに修正箇所を見つけた場合は、Githubの<a href="https://github.com/DataDog/documentation/issues">issues</a>にてご連絡を頂けると幸いです。</div>
4+
<div class="span12"><a href="/">Read the docs in English</a></div>
45
<div class="span12">&copy;2014 Datadog, Inc. All rights reserved.</div>
6+
57
</div>
68
</div>

layouts/_footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<div class="container">
22
<div class="row" id="footer">
33
<div class="span12">Need some help? <a href="/help/">Get in touch.</a> &bull; Mistake in the docs? <a href="https://github.com/DataDog/documentation/issues">Let us know.</a></div>
4+
<div class="span12"><a href="/ja">日本語ドキュメントへのリンク。</a></div>
45
<div class="span12">&copy; Datadog, Inc. All rights reserved.</div>
56
</div>
67
</div>

0 commit comments

Comments
 (0)