-
I recently made a change to my site’s footer. When I look at the files in the “_site” folder, the show up correctly. However, when I look at the actual page on github.io, it does not show the updated footer. Example: https://github.com/dlautman/dlautman.github.io/blob/master/_site/index.html note lines 207 and 209 have my social media links. Compare to page on github.io: http://dan.lautman.net/index.html If you look at the source you will see the links are not there. There are also some other discrepancies (like jekyll seo tags missing). What’s weird though is that other changes do show (for example I updated the post.html layout and the change went through no problem). What am I missing here? edit: in researching, I see notes about making sure this is in the master branch. I have confirmed it is. Another thing: I recently updated to the latest version of minima (not through the Gemfile). However I don’t think that is related because clearly the site is building correctly and the source code appears correct on the repo, just not on github.io. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Taking a look at the repo and the website, it appears that everything is working now? It looks like you stopped using the _site directory and used the theme to get the links you wanted? |
Beta Was this translation helpful? Give feedback.
-
sorry: posted from wrong account! |
Beta Was this translation helpful? Give feedback.
Taking a look at the repo and the website, it appears that everything is working now? It looks like you stopped using the _site directory and used the theme to get the links you wanted?