appernetic / hugo-nederburg-theme

Nederburg is a fast and secure hugo theme and is a port of the Tracks WP theme
Other
107 stars 89 forks source link

logo problem #65

Open wineandmeet opened 5 years ago

wineandmeet commented 5 years ago

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 commented 5 years ago

Yes sure!

goransv commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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.