Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add favicon files #1

Merged
merged 1 commit into from
Oct 12, 2017
Merged

Add favicon files #1

merged 1 commit into from
Oct 12, 2017

Conversation

TJScalzo
Copy link
Contributor

@TJScalzo TJScalzo commented Oct 12, 2017

I've generated the files and placed them where they need to be. Since the README of the main repo says the Hugo Static Site Templating engine was used, I'm not going to directly edit any of the html files. You should add the following code to the head of every page on the site (probably using Hugo):

<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/manifest.json">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#000000">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">

Let me know if there are any problems or questions.

This pertains to issue #4 on main repo.

@zo0o0ot zo0o0ot merged commit 6624584 into Leagify:master Oct 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants