Skip to content

Commit

Permalink
add Lrrr PNG for favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
davemenninger committed Nov 21, 2014
1 parent 838360b commit 82fe75c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file added public/Lrrr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion templates/layouts/default.html.ep
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html>
<head><title><%= title %></title></head>
<head>
<link rel=icon href=./Lrrr.png type="image/png">
<title><%= title %></title>
</head>
<body>
<%= include 'nav-menu' %>
<%= content %>
Expand Down

0 comments on commit 82fe75c

Please sign in to comment.