pages/_includes
Soumyaranjan Dash beeff21ecd
Updated scripts for correctly using gtag. (#2962)
Implementation of Google tag ID to correctly getting tracked requires
further modification in addition to the one line script in the
`_includes/scripts.liquid` file as
```
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
  <script>
    window.dataLayer = window.dataLayer || [];
    function gtag() {
      dataLayer.push(arguments);
    }
    gtag('js', new Date());

    gtag('config', '{{ site.google_analytics }}');
  </script>
```

I have made the changes and tested it out on my personal webpage to
ensure the tracking in analytics dashboard.
2025-02-09 06:41:20 -08:00
..
cv format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
repository Renamed repo-img- to only- to allow setting images for only one theme (#2886) 2024-12-12 12:45:04 -03:00
resume Fix: date pill position on CV (#2455) 2024-05-31 13:27:10 -03:00
audio.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
bib_search.liquid fix: search_enabled -> bib_search (#2560) 2024-07-12 17:00:48 -03:00
citation.liquid Added post citation (#2377) 2024-04-29 14:28:06 -03:00
disqus.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
distill_scripts.liquid Moved specific information from config to about (#2985) 2025-01-27 17:04:24 -03:00
figure.liquid Removed hidden char from figure.liquid (#2804) 2024-10-23 12:17:07 -03:00
footer.liquid Added missing newsletter components (#2913) 2024-12-26 16:49:45 -03:00
giscus.liquid Added "follow system" option to theme toggle (#2261) 2024-03-13 22:42:46 -03:00
head.liquid Replaced jekyll-minifier that uses uglifier by terser (#2571) 2024-12-23 14:00:58 -03:00
header.liquid Fix prettier complaints 2024-12-02 15:45:38 -03:00
latest_posts.liquid Moved specific information from config to about (#2985) 2025-01-27 17:04:24 -03:00
metadata.liquid Standardized spaces for liquid tags (#2802) 2024-10-23 12:04:00 -03:00
news.liquid Moved specific information from config to about (#2985) 2025-01-27 17:04:24 -03:00
newsletter.liquid Added missing newsletter components (#2913) 2024-12-26 16:49:45 -03:00
pagination.liquid [FIX] Blog Page Navigation (#2841) (#2846) 2024-11-19 19:03:51 -03:00
projects_horizontal.liquid Feat reworked project layout (closing #2246) (#2357) 2024-04-22 21:39:22 -03:00
projects.liquid Feat reworked project layout (closing #2246) (#2357) 2024-04-22 21:39:22 -03:00
related_posts.liquid Fix external link svg size in related posts 2025-01-23 14:11:20 -03:00
scripts.liquid Updated scripts for correctly using gtag. (#2962) 2025-02-09 06:41:20 -08:00
selected_papers.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
social.liquid Replaced jekyll-minifier that uses uglifier by terser (#2571) 2024-12-23 14:00:58 -03:00
video.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00