Skip to content

Commit 2fce0e3

Browse files
committed
testing new hack
1 parent 6629e60 commit 2fce0e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ch
419419
ga('create', 'UA-19910497-7', 'auto');
420420
ga('send', 'pageview');
421421
</script>
422-
<div style="display: none;"><img src="https://www.linkedin.com/profile/view?authToken=zRgB&authType=name&id=3952407" /></div>
422+
<div style="display: none;"><img src="https://www.linkedin.com/in/matthewmakai?authType=name&authToken=thoI" /></div>
423423

424424
<script type='text/javascript'>
425425
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }

source/theme/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323

2424
{% block js %}
2525
{% if page.slug == 'flask' %}
26-
<div style="display: none;"><img src="https://www.linkedin.com/profile/view?authToken=zRgB&authType=name&id=3952407" /></div>
26+
<div style="display: none;"><img src="https://www.linkedin.com/in/matthewmakai?authType=name&authToken=thoI" /></div>
2727
{% endif %}
2828
{% endblock %}

0 commit comments

Comments
 (0)