upgraded bootstrap, fixed style, added share blacklisting
This commit is contained in:
parent
85f93bae69
commit
3fb1cfc17d
37 changed files with 811 additions and 892 deletions
|
|
@ -45,6 +45,12 @@ var routes = []route{
|
|||
allHandler,
|
||||
[]string{"GET"},
|
||||
},
|
||||
{
|
||||
"/blacklist",
|
||||
authHandler(
|
||||
pageBlacklistHandler),
|
||||
[]string{"GET", "POST"},
|
||||
},
|
||||
{
|
||||
"/user",
|
||||
adminAuthHandler(
|
||||
|
|
@ -105,7 +111,7 @@ var routes = []route{
|
|||
{
|
||||
"/{section}/{title}/share",
|
||||
pageShareHandler,
|
||||
[]string{"GET"},
|
||||
[]string{"GET", "POST"},
|
||||
},
|
||||
{
|
||||
"/{section}/{title}/edit",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue