|
Hi Michael & collaborators,
Thanks in advance! |
Replies: 5 comments
collections:
recipes:
output: true
permalink: /:collection/:path/
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#31ac94">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#31ac94">
|
|
Thanks for the quick response, Michael! Much appreciated. |
|
Paths shouldn't matter, as long as they resolve you'll be fine. For your collection pages, you sure you've set the |
|
Sorry Michael, work’s been crazy busy. No page layout spec in the yaml; I copied the file from the theme’s example (https://github.com/mmistakes/so-simple-theme/blob/master/example/_recipes/peanut-butter-cookies.md) without making a change, to see what it’d do. No problems adding it, makes sense, but still curious how the original displayed properly but once copied to my repo it didn’t? |
|
Hard to tell what went wrong for you without seeing your actual site files. |
_config.yml. This is how the Recipes collection is configured._includes/head-custom.htmlfile is correct. You'll want to examine your source, but on quick look the paths to the favicons are wrong and they are 404ing. That's why they don't show up for you. You need to add a{{ site.baseurl }}path before them or use Jekyll'srelative_urlfilter on the paths so you get/blog/apple-tou…