chore: move stray Dillian headshot into static/governing-body/#18
Open
superterran wants to merge 2 commits into
Open
chore: move stray Dillian headshot into static/governing-body/#18superterran wants to merge 2 commits into
superterran wants to merge 2 commits into
Conversation
added 2 commits
May 17, 2026 00:07
The headshot file was sitting in the repo root. Moves it under static/governing-body/ to match the convention used for other governing-body photos, and normalizes the filename to lowercase with hyphens (dillian-headshot-2025.jpg). No references to the file exist elsewhere in the repo, so this is a pure cleanup with no template or content changes.
Match the role-prefixed naming convention used by other governing-body photos (e.g. chief-of-council-chris-hatcher.jpg, seat-3-marion-craddock.jpg). Dr. Carolyn Dillian is the Tribal Judge, per layouts/partials/learn/governing-body-data.html.
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.
The headshot file
Dillian headshot 2025.jpgwas sitting at the repo root. This PR moves it understatic/governing-body/to match the existing convention for governing-body photos, and renames it to match the role-prefixed style used by the other photos in that folder.New path:
static/governing-body/tribal-judge-carolyn-dillian.jpgDr. Carolyn Dillian appears in
layouts/partials/learn/governing-body-data.htmlunder the Judicial section as Tribal Judge.Why: cleanup. The image is not currently referenced from any template, content, or static asset — the Judicial section renders as a list (
display_as: list), not photos. This PR is a pure no-op for the rendered site; it just gets the asset out of the project root and into the right folder with a consistent filename.Follow-up: if the Judicial section should display photos like the other governing-body sections, that's a separate template change and I'll file it as an issue.
Screenshots: N/A — no rendered output changes.