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

logo problem #65

Open
wineandmeet opened this issue Jul 12, 2019 · 4 comments
Open

logo problem #65

wineandmeet opened this issue Jul 12, 2019 · 4 comments

Comments

@wineandmeet
Copy link

Hello

Firstly many thanks for this theme !
I have used it to create my personal blog, but I have few issues. when I deploy it to netlify there are social media logos on it.
http://wineandmeet.netlify.com/
I have not this issue while building on my personal computer.

Can you help me ?

@goransv
Copy link
Contributor

goransv commented Jul 13, 2019

Yes sure!

@goransv
Copy link
Contributor

goransv commented Jul 13, 2019

Thanks!

I have checked your site. Your social media icons are just squares. The reason is that you have 8 errors in your site. You should check out the error: "Access to font at 'https://wineandmeet.netlify.com/css/fonts/fontawesome-webfont.woff2?v=4.6.3' from origin 'http://wineandmeet.netlify.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource."

Interesting site and Meetup you have there!

You might find the right solution on StackOverflow or Netlify with no problem. But be aware that there is a lot of confusion regarding CORS. :-)

@wineandmeet
Copy link
Author

I used and old version of Hugo. So logos are back now !
Thanks

However I have still have an issue:
I have this message, do you know how to solve it ?
WARN 2019/07/14 13:33:32 Page's .RSSLink is deprecated and will be removed in a future release. Use the Output Format's link, e.g. something like:
{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}.

@MatthewMcD
Copy link
Contributor

That is a different issue. The new version of Hugo has deprecated some code. For example in head.html change
{{ if .RSSLink }}
with
{{ if .Params.social.rss }}

I need to submit a PR for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants