mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Change name
This commit is contained in:
parent
3f109f7160
commit
b0308589ec
@ -139,7 +139,7 @@ func handlePageRequest(c *gin.Context) {
|
|||||||
command[0:2] != "/v" &&
|
command[0:2] != "/v" &&
|
||||||
command[0:2] != "/l" &&
|
command[0:2] != "/l" &&
|
||||||
command[0:2] != "/h",
|
command[0:2] != "/h",
|
||||||
"Page": p.Name,
|
"Page": page,
|
||||||
"RenderedPage": template.HTML([]byte(rawHTML)),
|
"RenderedPage": template.HTML([]byte(rawHTML)),
|
||||||
"RawPage": rawText,
|
"RawPage": rawText,
|
||||||
"Versions": versionsInt64,
|
"Versions": versionsInt64,
|
||||||
|
Loading…
Reference in New Issue
Block a user