You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor excerpt and description handling for consistency (#76)
- Enable page_excerpts in _config.yml so Jekyll auto-generates
page.excerpt for pages (not just posts)
- resource.html: move description from body to header hgroup subtitle;
resources use description in front matter, not excerpt, so the old
header check was dead code
- project.html: remove dead {% if page.description %} body block;
projects use excerpt (shown in header), description was never set
- jsonld.html: fix meetup Event description, which was always empty
since meetups have no description front matter field; fall back to
page content stripped and truncated to 50 words
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments