File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,21 @@ layout: default
7272 <div class =" contact-note" >{{ site .contact_note }}</div >
7373 </div >
7474 {% endif %}
75-
76-
75+ <!-- Visitor Analytics (local only) -->
76+ {% if site .visitor_map .enabled and jekyll .environment == 'development' %}
77+ <div class =" visitor-analytics" style =" margin-top : 1.5rem ; text-align : center ;" >
78+ <details style =" margin-top : 1rem ;" >
79+ <summary style =" cursor : pointer ; font-size : 1.0rem ; color : #999 ; font-style : italic ;" >Visitor Map</summary >
80+ <div id =" admin-analytics" style =" margin-top : 1rem ; opacity : 0.8 ;" >
81+ <script
82+ type =" text/javascript"
83+ id =" mapmyvisitors"
84+ src =" //mapmyvisitors.com/map.js?d=VGq-6ngx9SQOzI4uqqrGzo8741s606-66KR_dTZ9b00&cl=ffffff&w=a"
85+ ></script >
86+ </div >
87+ </details >
88+ </div >
89+ {% endif %}
7790
7891 {% if site .newsletter .enabled and site .footer_fixed %}
7992 {% include scripts /newsletter .liquid center =true %}
You can’t perform that action at this time.
0 commit comments