We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c32e7e commit d42c3dbCopy full SHA for d42c3db
_includes/scripts.liquid
@@ -218,7 +218,9 @@
218
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
219
<script>
220
window.dataLayer = window.dataLayer || [];
221
- function gtag(){dataLayer.push(arguments);}
+ function gtag() {
222
+ dataLayer.push(arguments);
223
+ }
224
gtag('js', new Date());
225
226
gtag('config', '{{ site.google_analytics }}');
_pages/products.md
@@ -11,4 +11,7 @@ children:
11
- title: divider
12
- title: Minato Namikaze Bot
13
permalink: https://minatonamikaze.dhruvashaw.in
14
+ - title: divider
15
+ - title: Adverse
16
+ permalink: https://dhruvashaw.in/adverse
17
---
0 commit comments