aboutsummaryrefslogtreecommitdiff
path: root/modules/base/template.go
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-17 13:12:57 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-17 13:12:57 +0800
commitd64a8e8d3aa5f1dc606860c0950a8b7dbebf944c (patch)
tree46d4193e2706989e4bd74c7d2bcae5d365655098 /modules/base/template.go
parentc101471bdfd0a802e66adfb7402dbd980812da30 (diff)
parent0f68930892bc49966769f8931e9a531b37dacb3b (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'modules/base/template.go')
-rw-r--r--modules/base/template.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base/template.go b/modules/base/template.go
index b38ab140..1a0b5977 100644
--- a/modules/base/template.go
+++ b/modules/base/template.go
@@ -19,6 +19,7 @@ var TemplateFuncs template.FuncMap = map[string]interface{}{
"AppVer": func() string {
return AppVer
},
+ "AvatarLink": AvatarLink,
"str2html": Str2html,
"TimeSince": TimeSince,
"FileSize": FileSize,