From 4374325eb385c40dec915669d8ca2aceef6085f1 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Wed, 3 Dec 2014 00:09:58 +0000 Subject: [PATCH] Add tracking info to layout --- rophako/www/layout.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rophako/www/layout.html b/rophako/www/layout.html index a4adc76..f2197d3 100644 --- a/rophako/www/layout.html +++ b/rophako/www/layout.html @@ -54,6 +54,15 @@ {% block content %}{% endblock %} +
+

+ Visitor Information:
+ Unique Visitors: {{ tracking["unique_today"] }} today/{{ tracking["unique_total"] }} total
+ Page Hits: {{ tracking["hits_today"] }} today/{{ tracking["hits_total"] }} total
+ Visitor Details | + Referring URLs +

+