Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions plugins/eleventy-plugin-svg-social-card.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: /plugin.njk
title: eleventy-plugin-svg-social-card
readmeUrl: https://raw.githubusercontent.com/jcubic/eleventy-plugin-svg-social-card/refs/heads/master/README.md

Copilot AI Apr 18, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

readmeUrl uses the .../refs/heads/master/... raw GitHub URL form. This is inconsistent with the rest of the plugin entries (which use .../<branch>/README.md) and may not be supported by any code that normalizes/parses readmeUrl. Prefer https://raw.githubusercontent.com/jcubic/eleventy-plugin-svg-social-card/master/README.md (or main if that’s the default branch) to match existing entries.

Suggested change
readmeUrl: https://raw.githubusercontent.com/jcubic/eleventy-plugin-svg-social-card/refs/heads/master/README.md
readmeUrl: https://raw.githubusercontent.com/jcubic/eleventy-plugin-svg-social-card/master/README.md

Copilot uses AI. Check for mistakes.
categories:
- images
maintainer:
name: Jakub T. Jankiewicz
url: https://jakub.jankiewicz.org/
githubUrl: https://github.com/jcubic/eleventy-plugin-svg-social-card
description: Plugin for generating social media cards (Open Graph and Twitter
Card) out of SVG template.
---
Loading