mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
parent
7b1ce17506
commit
035cd7b6d9
@ -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