refactor(templates): replace hardcoded conference name and date with Hugo variables#140
Merged
Merged
Conversation
…Hugo variables Replace all occurrences of hardcoded 'PyCon Ireland 2026', '17 October 2026', and 'Trinity College Dublin' in layout files with .Site.Title, .Site.Params.dateHuman, and .Site.Params.venue from hugo.toml. Files updated: - partials/head.html: homepage <title> tag - partials/hero.html: aria-label - partials/venue-home.html: body text - partials/tickets.html: section intro - partials/key-questions.html: H2 headings and body text - venue/list.html: eyebrow label, body text, accessibility section - cfp/list.html: hero paragraph, closing CTA, FAQ JSON-LD questions
✅ Deploy Preview for pycon-ireland-2026 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replace all hardcoded occurrences of
PyCon Ireland 2026,17 October 2026, andTrinity College Dublinin layout files with the corresponding Hugo variables fromhugo.toml..Site.TitlePyCon Ireland 2026.Site.Params.dateHuman17 October 2026.Site.Params.venueTrinity College DublindateFormat "2 January" (time .Site.Params.eventStartDate)17 OctoberFiles changed
partials/head.html: homepage<title>tagpartials/hero.html:aria-labelpartials/venue-home.html: body textpartials/tickets.html: section intro paragraphpartials/key-questions.html: H2 headings and body textvenue/list.html: eyebrow label, body text, accessibility sectioncfp/list.html: hero paragraph, closing CTA, FAQ JSON-LD question stringsTest plan
🤖 Generated with Claude Code