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 5ea661f commit 7171990Copy full SHA for 7171990
apps/components_guide_web/lib/components_guide_web/templates/layout/root.html.leex
@@ -9,6 +9,7 @@
9
<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/app.css") %>"/>
10
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/RoyalIcing/tela@0d21d625a3c131a5a270c24ffb2b503f6e20bdc4/tela.css"/>
11
<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>
13
</head>
14
<body>
15
<%= render ComponentsGuideWeb.LayoutView, "_banner.html", path_info: @conn.path_info %>
0 commit comments