Skip to content

Commit 7171990

Browse files
committed
Add Fathom analytics
1 parent 5ea661f commit 7171990

File tree

1 file changed

+1
-0
lines changed
  • apps/components_guide_web/lib/components_guide_web/templates/layout

1 file changed

+1
-0
lines changed

apps/components_guide_web/lib/components_guide_web/templates/layout/root.html.leex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/app.css") %>"/>
1010
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/RoyalIcing/tela@0d21d625a3c131a5a270c24ffb2b503f6e20bdc4/tela.css"/>
1111
<script defer type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>
12+
<script src="https://cdn.usefathom.com/script.js" site="LYHMLVID" defer></script>
1213
</head>
1314
<body>
1415
<%= render ComponentsGuideWeb.LayoutView, "_banner.html", path_info: @conn.path_info %>

0 commit comments

Comments
 (0)