Add FM version to interface; close #221
This commit is contained in:
@@ -228,6 +228,7 @@ func renderFile(c *fm.Context, w http.ResponseWriter, file string) (int, error)
|
||||
data := map[string]interface{}{
|
||||
"BaseURL": c.RootURL(),
|
||||
"NoAuth": c.NoAuth,
|
||||
"Version": fm.Version,
|
||||
}
|
||||
|
||||
if c.StaticGen != nil {
|
||||
|
||||
Reference in New Issue
Block a user