diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-21 17:23:17 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-21 17:23:17 -0600 |
commit | f6b262ea668bfaef48be40efb809e791258e2417 (patch) | |
tree | 260cc539adf551576f28c0af1b1dcdb456958c00 /lib/aggiedit_web/templates/layout | |
parent | d9943b201d98a2396d62b9a190659e2e776da019 (diff) | |
download | aggiedit-f6b262ea668bfaef48be40efb809e791258e2417.tar.gz aggiedit-f6b262ea668bfaef48be40efb809e791258e2417.zip |
Updates to frontend and fix a bug where first socket assignment failed
Diffstat (limited to 'lib/aggiedit_web/templates/layout')
-rw-r--r-- | lib/aggiedit_web/templates/layout/root.html.heex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/aggiedit_web/templates/layout/root.html.heex b/lib/aggiedit_web/templates/layout/root.html.heex index 14c7605..ec7ff0d 100644 --- a/lib/aggiedit_web/templates/layout/root.html.heex +++ b/lib/aggiedit_web/templates/layout/root.html.heex @@ -8,6 +8,7 @@ <%= live_title_tag assigns[:page_title] || "Aggiedit" %> <link phx-track-static rel="stylesheet" href={Routes.static_path(@conn, "/assets/app.css")}/> <script phx-track-static type="text/javascript" src={Routes.static_path(@conn, "/assets/app.js")}></script> + <link rel="icon" type="image/x-icon" href={Routes.static_path(@conn, "/favicon.ico")}/> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> |