Skip to content

Commit 85559b3

Browse files
committed
added ga tracking to more links
1 parent 8ad06db commit 85559b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thankful/index.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ html
4444
img(src="https://addons.cdn.mozilla.net/static/img/addons-buttons/AMO-button_1.png")
4545

4646
div.mdl-typography--body-2-color-contrast(style="margin-top: 0.5em")
47-
| ...or get the code on #[a(href="https://github.com/SuperuserLabs/thankful").mdl-typography--body-2-color-contrast GitHub]
47+
| ...or get the code on #[a(href="https://github.com/SuperuserLabs/thankful", target="_blank", onclick="getOutboundLink(event); return false;").mdl-typography--body-2-color-contrast GitHub]
4848

4949
figure(style="border: 1px solid #555; border-radius: 3px; width: 30em; max-width: 100%; margin: 1em auto;")
50-
a(href="/media/screenshot-thankful-1280x800.png")
50+
a(href="/media/screenshot-thankful-1280x800.png", target="_blank", onclick="getOutboundLink(event); return false;")
5151
img(src="/media/screenshot-thankful-1280x800.png", width="100%")
5252

5353
//div(style="margin: 1em 3em 0 3em")

0 commit comments

Comments
 (0)