diff options
Diffstat (limited to 'web/template')
| -rw-r--r-- | web/template/about.tmpl | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/web/template/about.tmpl b/web/template/about.tmpl index 89e033287..6c22b98ee 100644 --- a/web/template/about.tmpl +++ b/web/template/about.tmpl @@ -81,6 +81,15 @@  				{{end}}  			</p>  		</div> + +		<div> +			<h2>Instance Statistics</h2> +				<ul> +					<li>Users: <span class="count">{{.instance.Stats.user_count}}</span></li> +					<li>Posts: <span class="count">{{.instance.Stats.status_count}}</span></li> +					<li>Federates with: <span class="count">{{.instance.Stats.domain_count}}</span> instances</li> +				</ul> +		</div>  	</section>  </main>  {{ template "footer.tmpl" .}}
\ No newline at end of file  | 
