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 e583400 commit e497fe7Copy full SHA for e497fe7
blog/build/render/page.rkt
@@ -40,6 +40,11 @@
40
,(stylesheet "/css/pygments.min.css")
41
(link ([rel "alternate"] [type "application/atom+xml"] [title "Atom Feed"] [href ,(feed-path 'atom #:tag tag)]))
42
(link ([rel "alternate"] [type "application/rss+xml"] [title "RSS Feed"] [href ,(feed-path 'rss #:tag tag)]))
43
+ (script ([async ""] [src "https://www.googletagmanager.com/gtag/js?id=UA-65250372-1"]))
44
+ (script ,(~a "window.dataLayer = window.dataLayer || [];"
45
+ "function gtag(){dataLayer.push(arguments);};"
46
+ "gtag('js', new Date());"
47
+ "gtag('config', 'UA-65250372-1');"))
48
(body
49
(header
50
(nav ([role "navigation"] [class "navigation-bar"])
0 commit comments