summaryrefslogtreecommitdiffstats
path: root/templates/user/profile.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/profile.tmpl')
-rw-r--r--templates/user/profile.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index 88ee318f4a..0cbd348910 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -10,6 +10,18 @@
</div>
<div class="profile-info">
<ul class="list-group">
+ <li class="list-group-item">
+ <div class="profile-rel">
+ <div class="col-md-6 followers">
+ <strong>123</strong>
+ <p>followers</p>
+ </div>
+ <div class="col-md-6 following">
+ <strong>123</strong>
+ <p>following</p>
+ </div>
+ </div>
+ </li>
{{if .Owner.Location}}
<li class="list-group-item"><i class="fa fa-thumb-tack"></i>{{.Owner.Location}}</li>
{{end}}