Twitter Cards: add twitter:image, twitter:title and twitter:description
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 78/100
Research direction
Start in layouts/partials/head.html at lines 16-18 and review issue #52 for the OG image dependency. Add the three explicit Twitter meta tags shown in the issue, then verify the generated page head includes the title, description, and image tags when an OG image is configured.
Written by the indexing model from the issue text.
Description
Problem
layouts/partials/head.html:16-18 only declares twitter:card and twitter:site. Twitter falls back to the og:* tags, so it works — but only if the OG image exists (see #52), and it is more robust to declare the Twitter tags explicitly.
To do
- Add:
<meta name="twitter:title" content="{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }}{{ end }}">
<meta name="twitter:description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Site.Params.description }}{{ end }}">
{{ with .Site.Params.ogImage }}<meta name="twitter:image" content="{{ . | absURL }}">{{ end }}
Depends on #52.
- Dominant language
- HTML
- Stars
- 1
- Forks
- 0
- Avg merge
- 10m
- Merged PRs (30d)
- 1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from PythonIreland/2026.pycon.ie
-
priority: low seo
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
content priority: medium
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
priority: low
Difficulty 1/5 Under an hour Newbie friendliness 86/100
-
bug priority: medium seo
Difficulty 1/5 Under an hour Newbie friendliness 88/100
-
accessibility enhancement priority: medium seo
Difficulty 1/5 Under an hour Newbie friendliness 88/100
All issues in PythonIreland/2026.pycon.ie
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
gitbutlerapp/gitbutler#15998 · 1 comment ·
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
bug ready-for-dev
Difficulty 1/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 92/100