diff --git a/docs/index.md b/docs/index.md index efcde10..765ed59 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,11 +8,11 @@ status: new ???+ tip "The Coder Cafe" - If you enjoyed my book, you may be interested in my latest project: [The Coder Cafe](https://thecoder.cafe), a daily newsletter for coders. + If you enjoyed my book, you may be interested in my latest project: [The Coder Cafe](https://thecoder.cafe?rd=100go.co), a daily newsletter for coders. > Feeling overwhelmed by the endless stream of tech content? At The Coder Cafe, we serve one essential concept for coders daily. Written by a senior software engineer at Google, it's perfectly brewed for your morning coffee, helping you grow your skills deeply. -
+
This page is a summary of the mistakes in the [100 Go Mistakes and How to Avoid Them book](book.md). Meanwhile, it's also open to the community. If you believe that a common Go mistake should be added, please create an [issue](https://github.com/teivah/100-go-mistakes/issues/new?assignees=&labels=community+mistake&template=community_mistake.md&title=). diff --git a/docs/ja.md b/docs/ja.md index 5332eca..eb761ce 100644 --- a/docs/ja.md +++ b/docs/ja.md @@ -7,11 +7,11 @@ comments: true ???+ tip "The Coder Cafe" - もし私の本を楽しんでいただけたなら、私の最新プロジェクトにもご興味があるかもしれません。[The Coder Cafe](https://thecoder.cafe)は、コーダー向けの日刊ニュースレターです。 + もし私の本を楽しんでいただけたなら、私の最新プロジェクトにもご興味があるかもしれません。[The Coder Cafe](https://thecoder.cafe?rd=100go.co/ja)は、コーダー向けの日刊ニュースレターです。 > Feeling overwhelmed by the endless stream of tech content? At The Coder Cafe, we serve one essential concept for coders daily. Written by a senior software engineer at Google, it's perfectly brewed for your morning coffee, helping you grow your skills deeply. -
+
このページは『100 Go Mistakes』の内容をまとめたものです。一方で、コミュニティに開かれたページでもあります。「ありがちな間違い」が新たに追加されるべきだとお考えでしたら [community mistake issue](https://github.com/teivah/100-go-mistakes/issues/new?assignees=&labels=community+mistake&template=community_mistake.md&title=) を作成してください。 diff --git a/docs/pt-br.md b/docs/pt-br.md index caef215..81e6001 100644 --- a/docs/pt-br.md +++ b/docs/pt-br.md @@ -7,11 +7,11 @@ comments: true ???+ tip "The Coder Cafe" - Se você gostou do meu livro, talvez se interesse pelo meu novo projeto: [The Coder Cafe](https://thecoder.cafe), uma newsletter diária para programadores. + Se você gostou do meu livro, talvez se interesse pelo meu novo projeto: [The Coder Cafe](https://thecoder.cafe?rd=100go.co/pt-br), uma newsletter diária para programadores. > Feeling overwhelmed by the endless stream of tech content? At The Coder Cafe, we serve one essential concept for coders daily. Written by a senior software engineer at Google, it's perfectly brewed for your morning coffee, helping you grow your skills deeply. -
+
Esta página é um resumo dos erros do [100 Go Mistakes and How to Avoid Them book](book.md). Enquanto isso, também está aberto à comunidade. Se você acredita que um erro comum do Go deve ser adicionado, crie uma [issue](https://github.com/teivah/100-go-mistakes/issues/new?assignees=&labels=community+mistake&template=community_mistake.md&title=). diff --git a/docs/zh.md b/docs/zh.md index b967c7e..704b408 100644 --- a/docs/zh.md +++ b/docs/zh.md @@ -7,11 +7,11 @@ comments: true ???+ tip "The Coder Cafe" - 如果您喜欢我的书,您可能会对我的最新项目感兴趣:[The Coder Cafe](https://thecoder.cafe),这是一个为程序员提供的每日简报。 + 如果您喜欢我的书,您可能会对我的最新项目感兴趣:[The Coder Cafe](https://thecoder.cafe?rd=100go.co/zh),这是一个为程序员提供的每日简报。 > Feeling overwhelmed by the endless stream of tech content? At The Coder Cafe, we serve one essential concept for coders daily. Written by a senior software engineer at Google, it's perfectly brewed for your morning coffee, helping you grow your skills deeply. -
+
![](img/inside-cover.png) diff --git a/overrides/main.html b/overrides/main.html index 402de72..94d9808 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,16 +1 @@ {% extends "base.html" %} - -{% block extrahead %} - {{ super() }} - -{% endblock %} - -{% block scripts %} - {{ super() }} - -{% endblock %} diff --git a/site/20-slice/index.html b/site/20-slice/index.html index 8a5827c..642bc82 100644 --- a/site/20-slice/index.html +++ b/site/20-slice/index.html @@ -93,13 +93,6 @@ - - -