-
-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recent blog posts shows "nothing" for the blog post content #2144
Comments
I think this error was introduced in the update of July 23rd: 9abba82#diff-77f6106b330f94b72767e939c4331f770846d06af4f97415d941b404087155daR65 where this code was added. # Franklin.pagevar appears to be an internal function that has a guard against
# recursive overflow so we need to reset the counter to 0, otherwise we cannot read
# pagevars for all pages.
Franklin.PAGEVAR_DEPTH[] = 0
title = pagevar(surl, :title; default="Untitled") However my Franklin's a bit too rusty/basic for fixing this - perhaps we could get Thibaut to have a look...? Also, there's an error in the footer: which looks to have been added here (by @IanButterworth I think). I don't know where this |
I'll look into this. |
Perhaps this is where we’d insert |
@IanButterworth Thanks! (And sorry for finding more work for you 😀) |
That's #2136 |
The text was updated successfully, but these errors were encountered: