File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ layout: default
5959 <!-- Selected papers -->
6060 {% if page .selected_papers %}
6161 <h2 >
62- <a href =" {{ '/publications/' | relative_url }}" style =" color : inherit " >selected publications </a >
62+ <a href =" {{ '/publications/' | relative_url }}" style =" color : inherit " >Selected Publications </a >
6363 </h2 >
6464 {% include selected_papers .liquid %}
6565 {% endif %}
@@ -75,11 +75,15 @@ layout: default
7575
7676 <!-- Visitor Map -->
7777 {% if site .visitor_map .enabled %}
78- <div class =" visitor-map" style =" text-align : center ; margin-top : 2rem ;" >
79- <h2 >visitor map</h2 >
80- <div id =" visitor-map-widget" >
81- <script type =" text/javascript" id =" mapmyvisitors" src =" //mapmyvisitors.com/map.js?d=VGq-6ngx9SQOzI4uqqrGzo8741s606-66KR_dTZ9b00&cl=ffffff&w=a" ></script >
82- </div >
78+ <div class =" visitor-map" style =" margin-top : 1.5rem ;" >
79+ <details style =" text-align : center ;" >
80+ <summary style =" cursor : pointer ; font-size : 1.1rem ; color : #666 ; margin-bottom : 1rem ;" >
81+ 🌍 Visitor Map
82+ </summary >
83+ <div id =" visitor-map-widget" style =" margin-top : 1rem ; opacity : 0.9 ;" >
84+ <script type =" text/javascript" id =" mapmyvisitors" src =" //mapmyvisitors.com/map.js?d=VGq-6ngx9SQOzI4uqqrGzo8741s606-66KR_dTZ9b00&cl=ffffff&w=a" ></script >
85+ </div >
86+ </details >
8387 </div >
8488 {% endif %}
8589
You can’t perform that action at this time.
0 commit comments