Skip to content

Commit 44c5c72

Browse files
committed
fix prettier formatting
1 parent 39ffd34 commit 44c5c72

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

_layouts/about.liquid

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff 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 %}

0 commit comments

Comments
 (0)