nam1962 / returnsworth

Ruby on Rails app & PWA to manage commerce logistics returns
https://returnsworth-0dc66e0a7879.herokuapp.com/
GNU Affero General Public License v3.0
0 stars 1 forks source link

set favicon in head #32

Closed nam1962 closed 1 year ago

nam1962 commented 1 year ago

add <%= favicon_pack_tag 'favicon.ico' %>

In (app/views/layouts/application.html.erb), within the section, after the tag: </p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/nam1962"><img src="https://avatars.githubusercontent.com/u/7419235?v=4" />nam1962</a> commented <strong> 1 year ago</strong> </div> <div class="markdown-body"> <p>add a favicon image (favicon.ico) in app/assets/images</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/nam1962"><img src="https://avatars.githubusercontent.com/u/7419235?v=4" />nam1962</a> commented <strong> 1 year ago</strong> </div> <div class="markdown-body"> <p>Create favicon : <a href="https://www.favicon-generator.org/">https://www.favicon-generator.org/</a></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/nam1962"><img src="https://avatars.githubusercontent.com/u/7419235?v=4" />nam1962</a> commented <strong> 1 year ago</strong> </div> <div class="markdown-body"> <p>@cmsavary @Noreea Il ne reste plus qu'à faire le favicon à partir du logo et remplacer celui de my-tool</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>