minor updates
This commit is contained in:
parent
856f47c8a5
commit
d27f64de3c
4 changed files with 18 additions and 35 deletions
|
@ -1,4 +0,0 @@
|
||||||
[ZoneTransfer]
|
|
||||||
ZoneId=3
|
|
||||||
ReferrerUrl=https://en.wikipedia.org/
|
|
||||||
HostUrl=https://upload.wikimedia.org/wikipedia/en/thumb/4/43/Feed-icon.svg/192px-Feed-icon.svg.png
|
|
|
@ -111,7 +111,7 @@
|
||||||
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/util.js"></script>
|
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/util.js"></script>
|
||||||
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/main.js"></script>
|
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/main.js"></script>
|
||||||
|
|
||||||
{% if IMAGETRACKINGCODE is sameas True %}
|
{% if IMAGETRACKINGCODE %}
|
||||||
{{ IMAGETRACKINGCODE }}
|
{{ IMAGETRACKINGCODE }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,7 @@
|
||||||
<script>
|
<script>
|
||||||
var _paq = window._paq = window._paq || [];
|
var _paq = window._paq = window._paq || [];
|
||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
_paq.push(["disableCookies"]);
|
||||||
_paq.push(["setCookieDomain", "*.stats.jmkengineering.com"]);
|
|
||||||
_paq.push(["setDomains", ["*.stats.jmkengineering.com"]]);
|
|
||||||
_paq.push(["setDoNotTrack", true]);
|
|
||||||
_paq.push(['trackPageView']);
|
_paq.push(['trackPageView']);
|
||||||
_paq.push(['enableLinkTracking']);
|
_paq.push(['enableLinkTracking']);
|
||||||
(function() {
|
(function() {
|
||||||
|
|
|
@ -33,18 +33,8 @@
|
||||||
|
|
||||||
{% if NEWSLETTER %}
|
{% if NEWSLETTER %}
|
||||||
<section id="banner">
|
<section id="banner">
|
||||||
<div class="content">
|
{% include 'include/newsletter.html' %}
|
||||||
<header class="major">
|
|
||||||
<h2>Our Newsletter</h2>
|
|
||||||
</header>
|
|
||||||
<p>We also have a weekly-ish newsletter where I keep you up to date with my thoughts on the industry, practical tutorials and more.</p>
|
|
||||||
<ul class="actions">
|
|
||||||
<li><a href="nl/" class="button big">Learn More</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<span class="image object">
|
|
||||||
{{ NEWSLETTER }}
|
|
||||||
</span>
|
|
||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue