mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Add Analytics tracking to New Blog Post masthead link
This commit is contained in:
parent
0941a17d22
commit
f16cb18840
@ -6,7 +6,7 @@ tab: overview
|
||||
|
||||
<div class="masthead">
|
||||
<div class="new-blog-post">
|
||||
<a href="{{ site.baseurl}}{{ paginator.posts[0].url }}">
|
||||
<a href="{{ site.baseurl}}{{ paginator.posts[0].url }}" onclick="_gaq.push(['_trackEvent', 'Masthead Actions', 'New Blog Post', '{{ paginator.posts[0].title }}']);">
|
||||
New Blog Post: <strong>{{ paginator.posts[0].title }}</strong>
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user