diff options
author | Kukielka58 <philipp_kutyla@gmx.de> | 2017-02-20 16:50:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-20 16:50:40 +0100 |
commit | 92ee980b409b3228d68c728c9615dc0d5aeddee8 (patch) | |
tree | eaec03d9545a4875b84b3f823eab0f12ae0473fa | |
parent | a92d5f23ec64ea29008319a64ddfccd2b3411721 (diff) | |
download | simple-dash-fork-92ee980b409b3228d68c728c9615dc0d5aeddee8.zip |
Update config.sample.json
-rw-r--r-- | config.sample.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config.sample.json b/config.sample.json index f5817b7..be8e9c5 100644 --- a/config.sample.json +++ b/config.sample.json @@ -1,12 +1,11 @@ { - "title" : "Homepage", + "title" : "Your Homepage Title", "credits" : true, "custom_url" : "", "custom_url_selector" : "", "custom_url_headers" : [], "unsplash_client_id" : "Make yourself an Unsplash Account here: https://unsplash.com/developers", "items" : [ - "items" : [ { "alt" : "Facebook", "icon" : "fa-facebook", @@ -23,4 +22,4 @@ "link" : "http://trello.com" } ] -}
\ No newline at end of file +} |