Skip to content

Commit d42c3db

Browse files
author
Dhruva Shaw
committed
some updates
1 parent 6c32e7e commit d42c3db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

_includes/scripts.liquid

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,9 @@
218218
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
219219
<script>
220220
window.dataLayer = window.dataLayer || [];
221-
function gtag(){dataLayer.push(arguments);}
221+
function gtag() {
222+
dataLayer.push(arguments);
223+
}
222224
gtag('js', new Date());
223225
224226
gtag('config', '{{ site.google_analytics }}');

_pages/products.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ children:
1111
- title: divider
1212
- title: Minato Namikaze Bot
1313
permalink: https://minatonamikaze.dhruvashaw.in
14+
- title: divider
15+
- title: Adverse
16+
permalink: https://dhruvashaw.in/adverse
1417
---

0 commit comments

Comments
 (0)