this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add favicon (dolphin emoji) and edit page title

+2 -2
app/assets/images/favicon.png

This is a binary file and will not be displayed.

+2 -2
app/views/layouts/application.html.erb
··· 1 1 <!DOCTYPE html> 2 2 <html> 3 3 <head> 4 - <title>🐬 sweet like bubblegum</title> 4 + <title>sweet like bubblegum</title> 5 5 <meta name="viewport" content="width=device-width,initial-scale=1"> 6 6 <%= csrf_meta_tags %> 7 7 <%= csp_meta_tag %> 8 8 9 9 <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> 10 10 <%= stylesheet_link_tag "application.css" %> 11 - 11 + <%= favicon_link_tag asset_path("favicon.png") %> 12 12 <%= auto_discovery_link_tag :rss, articles_url(:format => :rss) %> 13 13 14 14 </head>
public/favicon.png

This is a binary file and will not be displayed.