-
Notifications
You must be signed in to change notification settings - Fork 8
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
Integrate excerpt filter anchor links #35
Comments
Should link to anchor link, if possible |
This is related to #49 |
I’ve now changed this to how Eleventy prefers it: https://www.11ty.io/docs/data-frontmatter/#example%3A-parse-excerpts-from-content I’ve updated the Mozfest post to use this, you’ll see a Going to leave this open since ideally, I would like to have it link to an anchor link (again, similar to WordPress behaviour) but that can come slightly later. |
Dropped this b/c I was having trouble accessing the excerpt w/in a loop, turns out it is as simple as
post.data.page.excerpt
.The text was updated successfully, but these errors were encountered: