Replace FIXME placeholder title on reference page#82
Merged
RabeaMue merged 1 commit intoApr 17, 2026
Merged
Conversation
The reference page's frontmatter had title: 'FIXME' as a leftover placeholder from the lesson template, which surfaced as the nav label. Replace it with 'Reference' so the menu shows a meaningful label. Closes LibraryCarpentry#79
Contributor
🆗 Pre-flight checks passed 😃This pull request has been checked and contains no modified workflow files or spoofing. It should be safe to Approve and Run the workflows that need maintainer approval. |
Contributor
|
Thank you @mvanhorn 🎉 |
github-actions Bot
pushed a commit
that referenced
this pull request
Apr 17, 2026
Auto-generated via `{sandpaper}`
Source : 721ec1e
Branch : md-outputs
Author : GitHub Actions <actions@github.com>
Time : 2026-04-17 06:43:50 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : 007136b
Branch : main
Author : Rabea Müller <42644523+RabeaMue@users.noreply.github.com>
Time : 2026-04-17 06:43:06 +0000
Message : Merge pull request #82 from mvanhorn/osc/79-fix-reference-nav-label
Replace FIXME placeholder title on reference page
github-actions Bot
pushed a commit
that referenced
this pull request
Apr 17, 2026
Auto-generated via `{sandpaper}`
Source : 721ec1e
Branch : md-outputs
Author : GitHub Actions <actions@github.com>
Time : 2026-04-17 06:43:50 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : 007136b
Branch : main
Author : Rabea Müller <42644523+RabeaMue@users.noreply.github.com>
Time : 2026-04-17 06:43:06 +0000
Message : Merge pull request #82 from mvanhorn/osc/79-fix-reference-nav-label
Replace FIXME placeholder title on reference page
Contributor
Author
|
Thanks for reviewing and merging, @RabeaMue! |
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.
Closes #79
Summary
The reference page (
learners/reference.md) hadtitle: 'FIXME'in its frontmatter, left over from the Carpentries lesson template. Since the workbench renders a page'stitleas its label in the navigation menu, the Reference entry showed up as "FIXME" on the rendered site.Replace the placeholder with "Reference" so the menu label matches the page.
Testing
Frontmatter-only change. No site rebuild was run locally, but the title field is the only input the workbench uses for the menu label (confirmed by the page's rendering at https://librarycarpentry.github.io/lc-wikidata/reference.html).