parent
e98fdf569c
commit
d741e0aa8e
@ -0,0 +1,8 @@ |
|||||||
|
package templates |
||||||
|
|
||||||
|
const ( |
||||||
|
URLRoot = "/" |
||||||
|
URLIndex = "/index.aspx" |
||||||
|
URLBlog = "/blog.aspx" |
||||||
|
URLPost = "/post.aspx" |
||||||
|
) |
Loading…
Reference in new issue