diff options
| -rw-r--r-- | de-de/bash-de.html.markdown | 2 | ||||
| -rw-r--r-- | de-de/git-de.html.markdown | 2 | ||||
| -rw-r--r-- | de-de/javascript-de.html.markdown | 2 | ||||
| -rw-r--r-- | go.html.markdown | 2 | ||||
| -rw-r--r-- | zh-cn/go-zh.html.markdown | 2 | 
5 files changed, 5 insertions, 5 deletions
| diff --git a/de-de/bash-de.html.markdown b/de-de/bash-de.html.markdown index 9e3d7bc8..7b60d79f 100644 --- a/de-de/bash-de.html.markdown +++ b/de-de/bash-de.html.markdown @@ -1,4 +1,4 @@ ---- +---  category: tool  tool: bash  lang: de-de diff --git a/de-de/git-de.html.markdown b/de-de/git-de.html.markdown index 10deefd5..c7b6ad86 100644 --- a/de-de/git-de.html.markdown +++ b/de-de/git-de.html.markdown @@ -1,4 +1,4 @@ ---- +---  category: tool  tool: git  contributors: diff --git a/de-de/javascript-de.html.markdown b/de-de/javascript-de.html.markdown index d767815e..1855ebf2 100644 --- a/de-de/javascript-de.html.markdown +++ b/de-de/javascript-de.html.markdown @@ -1,4 +1,4 @@ ----
 +---
  language: javascript
  contributors:
      - ["Adam Brenecki", "http://adam.brenecki.id.au"]
 diff --git a/go.html.markdown b/go.html.markdown index eec03845..ee41642a 100644 --- a/go.html.markdown +++ b/go.html.markdown @@ -1,4 +1,4 @@ ---- +---  name: Go  category: language  language: Go diff --git a/zh-cn/go-zh.html.markdown b/zh-cn/go-zh.html.markdown index 0af5bbe3..2cff089b 100644 --- a/zh-cn/go-zh.html.markdown +++ b/zh-cn/go-zh.html.markdown @@ -1,7 +1,7 @@  ---  language: Go  lang: zh-cn -filename: learngo.go +filename: learngo-cn.go  contributors:      - ["Sonia Keys", "https://github.com/soniakeys"]      - ["pantaovay", "https://github.com/pantaovay"] | 
