diff --git a/_ideas/YYYY-MM-DD-new-blog-template.md b/_ideas/YYYY-MM-DD-new-blog-template.md index 604cf92..16073ae 100644 --- a/_ideas/YYYY-MM-DD-new-blog-template.md +++ b/_ideas/YYYY-MM-DD-new-blog-template.md @@ -3,6 +3,10 @@ title: "Put Your Blog Title Here" permalink: "/blog-url" description: "Short description. Will be displayed when sharing blog post to Facebook." keywords: "" +<<<<<<< HEAD image: "hello-world" +======= +image: "path-to-featured-image" +>>>>>>> 7f3ce1780d97836d3c4b07790ff9ea713a8463c4 image-attrib: "" --- diff --git a/_includes/head.html b/_includes/head.html index d57c35c..8a878dc 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -17,14 +17,22 @@ - + {% if page.image != '' %} + + {% else %} + + {% endif %} {% if page.type == "post" %} {% else %}{% endif %} - + {% if page.image != '' %} + + {% else %} + + {% endif %} @@ -48,4 +56,5 @@ src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"> + diff --git a/_layouts/default.html b/_layouts/default.html index bde6381..416ef3a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -81,7 +81,7 @@
Want to give me a tip?
@@ -116,19 +116,6 @@ - {% if page.type != "home" %} - - - {% endif %} - -