summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-08-24 10:00:12 -0700
committer=Corey Hulen <corey@hulen.com>2015-08-24 10:00:12 -0700
commit8519eb3f493ea59f071fdb018943aeb192e21224 (patch)
tree863dedef3b2156d95f10866fe09332c0303ba326 /web/templates/head.html
parent677b7393b5e5fc5d1598e820d1ee78c2b0727e60 (diff)
parent3e73ff25d35bf5638aabe70b8596b8c80eb0882b (diff)
downloadchat-8519eb3f493ea59f071fdb018943aeb192e21224.tar.gz
chat-8519eb3f493ea59f071fdb018943aeb192e21224.tar.bz2
chat-8519eb3f493ea59f071fdb018943aeb192e21224.zip
Merging from master
Diffstat (limited to 'web/templates/head.html')
-rw-r--r--web/templates/head.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index 5448b09ed..02904e764 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -50,6 +50,8 @@
config = {};
}
config.SiteName = '{{ .SiteName }}';
+ config.ProfileWidth = '{{ .Props.ProfileWidth }}'
+ config.ProfileHeight = '{{ .Props.ProfileHeight }}'
</script>
<script src="/static/js/bundle.js"></script>