aboutsummaryrefslogtreecommitdiff
path: root/shardweb/lib/templates/layout/app.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'shardweb/lib/templates/layout/app.html.eex')
-rw-r--r--shardweb/lib/templates/layout/app.html.eex4
1 files changed, 4 insertions, 0 deletions
diff --git a/shardweb/lib/templates/layout/app.html.eex b/shardweb/lib/templates/layout/app.html.eex
index 9c5a358..c6ebcd2 100644
--- a/shardweb/lib/templates/layout/app.html.eex
+++ b/shardweb/lib/templates/layout/app.html.eex
@@ -11,6 +11,10 @@
<title>Shard.</title>
+ <link rel="icon" href="<%= static_path(@conn, "/favicon.ico") %>" />
+ <link rel="icon" href="<%= static_path(@conn, "/favicon.png") %>" type="image/png" />
+
+
<!-- Bootstrap Core CSS -->
<link href="<%= static_path(@conn, "/css/bootstrap.min.css") %>" rel="stylesheet">