trevormast / jekyll-pizza

A quick, user friendly approach to creating jekyll blogs hosted on github pages.
http://jekyll.pizza
MIT License
4 stars 0 forks source link

Adds Open Graph metadata to head in default.slim #66

Closed trevormast closed 8 years ago

trevormast commented 8 years ago

Addresses issue #24

amoose commented 8 years ago

Great start...

Add a content meta tag to header to include the site description. Example (google.com)

<meta content="Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for." name="description">

I'm seeing a double slash in the path to the og:image:

<meta content="http://localhost:9292//images/logo_openg.png" 
amoose commented 8 years ago

Also, let's keep the logo consistent. Use the existing https://fresh.jekyll.pizza/images/favicon.png for now

trevormast commented 8 years ago

Ok, I added the description tag, fixed the double slash, and directed the image tag to favicon.png.