diff options
| author | Yigit Sever | 2022-04-25 21:27:48 +0300 | 
|---|---|---|
| committer | Yigit Sever | 2022-04-25 21:27:48 +0300 | 
| commit | 862aa836c38211ba1cd28e08141520c0853dfbea (patch) | |
| tree | 36c45252b03f838f52387406403afae01776f2f8 | |
| parent | f5a6ca42e1cb07654d2e5e251b740d25671e1fb0 (diff) | |
| download | gradecoin-site-862aa836c38211ba1cd28e08141520c0853dfbea.tar.gz gradecoin-site-862aa836c38211ba1cd28e08141520c0853dfbea.tar.bz2 gradecoin-site-862aa836c38211ba1cd28e08141520c0853dfbea.zip | |
bugfix: add comma to config.toml
| -rw-r--r-- | config.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config.toml b/config.toml index 8e5752f..4807aeb 100644 --- a/config.toml +++ b/config.toml | |||
| @@ -23,7 +23,7 @@ highlight_theme = "subway-moscow" | |||
| 23 | juice_logo_name = "Gradecoin" | 23 | juice_logo_name = "Gradecoin" | 
| 24 | juice_logo_path = "gradecoin.png" | 24 | juice_logo_path = "gradecoin.png" | 
| 25 | juice_extra_menu = [ | 25 | juice_extra_menu = [ | 
| 26 | { title = "code", link = "https://github.com/yigitsever/gradecoin" } | 26 | { title = "code", link = "https://github.com/yigitsever/gradecoin" }, | 
| 27 | { title = "why?", link = "https://twitter.com/_AlexHirsch/status/1448782706871980032"}, | 27 | { title = "why?", link = "https://twitter.com/_AlexHirsch/status/1448782706871980032"}, | 
| 28 | ] | 28 | ] | 
| 29 | 29 | ||
