You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/content_filelinks.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<divclass="content_links">
4
4
{% assign value = include.content.base_value %}{% if include.content.status=="featured" %}{% assign value = value | times: site.data.ga.featured_value_multiplier %}{% endif %}
Copy file name to clipboardExpand all lines: settings.html
+1-15Lines changed: 1 addition & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,7 @@
9
9
10
10
<h3>Usage Statistics</h3>
11
11
<p>This site uses Google Analytics to get anonymous usage data which we use to improve the site and to feel good about what we've built. It means a lot to us that you come here and we love to see you here.</p>
12
-
<pid="js-off">But you have Javascript disabled, and so we cannot track your usage at all.</p>
13
-
<divstyle="display:none;" id="dnt">
14
-
<h4>Do Not Track</h4>
15
-
<p>This website participates in the Future Of Privacy Forum's "<atarget="_blank" href="https://allaboutdnt.com/">Do Not Track</a>" initiative by respecting your browser's DNT Setting.</p>
16
-
<table><tbody>
17
-
<tr>
18
-
<tdstyle="display: none;" id="dnt-on"><iclass="fas fa-user-times"></i> Your DNT Setting is currently <strongstyle="color: indianred;">on</strong> and your use of participating DNT websites is invisible.</td>
19
-
<tdstyle="display: none;" id="dnt-off"><iclass="fas fa-user-check"></i> Your DNT Setting is currently <strongstyle="color: indianred;">off</strong> and your use of participating DNT websites is visible.</td>
20
-
<td>To learn how to toggle this setting, <ahref="https://allaboutdnt.com/#adjust-settings">visit the DNT website</a>.</td>
21
-
</tr>
22
-
</tbody></table>
23
-
</div>
12
+
<pid="js-off">But you have Javascript disabled, so we cannot track your usage.</p>
24
13
25
14
<divid="incog" style="display: none;">
26
15
<h4>Incognito Mode</h4>
@@ -43,13 +32,10 @@ <h4>Incognito Mode</h4>
43
32
document.getElementById('incog-toggle').innerHTML="Opt Back In";
0 commit comments