diff --git a/config.toml b/config.toml
index 20af7fb370cb5543fb682cab16179c9f6c186520..d94663bf07779bad0d6c599b332516976b19f3ce 100644
--- a/config.toml
+++ b/config.toml
@@ -37,19 +37,16 @@ home = [ "HTML", "RSS", "JSON"]
 
 [[menu.shortcuts]]
 name = "<i class='fa fa-bookmark'></i> <label>Home</label>"
-identifier = "ds"
 url = "/index.html"
 weight = 10
 
 [[menu.shortcuts]]
 name = "<i class='fa fa-bookmark'></i> <label>Documentation</label>"
-identifier = "ds"
 url = "/sphinx"
 weight = 11
 
 [[menu.shortcuts]]
 name = "<i class='fa fa-bookmark'></i> <label>Videos</label>"
-identifier = "ds"
 url = "/videos/index.html"
 weight = 12