Skip to content

Commit

Permalink
Added utm parameter in head for tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaypatelaj authored Mar 15, 2022
1 parent a4fc624 commit 34459e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template-builder/partials/header.pug
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ header.navbar.navbar-expand-sm.cheatsheet-navbar
li.nav-item(class=(activeMenu == 'mixins') ? 'active' : '')
a.nav-link(href='mixins.html') Mixins
li.nav-item
a.nav-link(href='https://themeselection.com/' target='_blank') Admin Templates
a.nav-link(href='https://themeselection.com/#utm_source=bs5-cheatsheet&utm_medium=link&utm_campaign=external-tool' target='_blank') Admin Templates
// / Menu links
hr.d-sm-none.text-white-50
// Social share Icons
Expand Down

1 comment on commit 34459e8

@vercel
Copy link

@vercel vercel bot commented on 34459e8 Mar 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.