Changed all templates to use site url instead of team url for finding the 'static' directory

Этот коммит содержится в:
nickago
2015-07-28 13:28:18 -07:00
родитель 144caab578
Коммит bc48281f7a
14 изменённых файлов: 47 добавлений и 46 удалений

Просмотреть файл

@@ -32,7 +32,7 @@ type Page struct {
Title string
SiteName string
FeedbackEmail string
TeamURL string
SiteURL string
Props map[string]string
}