Change name

Former-commit-id: b0308589ec
This commit is contained in:
Zack Scholl 2017-03-23 20:38:33 -06:00
parent 7b1ce17506
commit 035cd7b6d9
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ func handlePageRequest(c *gin.Context) {
command[0:2] != "/v" &&
command[0:2] != "/l" &&
command[0:2] != "/h",
"Page": p.Name,
"Page": page,
"RenderedPage": template.HTML([]byte(rawHTML)),
"RawPage": rawText,
"Versions": versionsInt64,