René's URL Explorer Experiment


Title: [WIP] Fix missing LinkedIn and URL SVGs on sponsor page by Copilot · Pull Request #1 · PascalCTF/PascalCTF.github.io · GitHub

Open Graph Title: [WIP] Fix missing LinkedIn and URL SVGs on sponsor page by Copilot · Pull Request #1 · PascalCTF/PascalCTF.github.io

X Title: [WIP] Fix missing LinkedIn and URL SVGs on sponsor page by Copilot · Pull Request #1 · PascalCTF/PascalCTF.github.io

Description: Fix Windows SVG Display Issue on Sponsor Page Analysis The issue is that on Windows, the sponsor page doesn't display SVG icons for LinkedIn and URL links correctly. After investigation, I found: The sponsors.html shortcode uses keys like "site", "link", and "linkedin" for sponsor links The svg.html partial has an explicit definition for "linkedin" but NOT for "site" or "link" These undefined icons fall through to a generic link icon fallback On Windows, the fallback condition {{- else if $icon_name -}} may not work correctly, causing icons to not display Solution Created an override of the svg.html partial in layouts/partials/svg.html Added explicit icon definitions for "site", "link", and "url" that use the generic link SVG Test the changes to ensure icons display correctly Run code review and security checks Changes Made Created layouts/partials/svg.html as a local override of the theme's partial Added explicit condition before the fallback: {{- else if or (eq $icon_name "site") (eq $icon_name "link") (eq $icon_name "url") -}} This ensures that "site", "link", and "url" icon names are explicitly matched and render the link SVG icon This fix ensures consistent behavior across all operating systems, including Windows, by making the icon matching explicit rather than relying on the fallback condition. Original prompt Can you figure out why on windows on the sponsor's page it doesnt show the linkeding and url svgs? 💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Open Graph Description: Fix Windows SVG Display Issue on Sponsor Page Analysis The issue is that on Windows, the sponsor page doesn't display SVG icons for LinkedIn and URL links correctly. After investigation, I foun...

X Description: Fix Windows SVG Display Issue on Sponsor Page Analysis The issue is that on Windows, the sponsor page doesn't display SVG icons for LinkedIn and URL links correctly. After investigation, I ...

Opengraph URL: https://github.com/PascalCTF/PascalCTF.github.io/pull/1

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:731aaad3-cf83-6ed9-d85c-fcea17cf7d0d
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE1DE:10CC91:35A2AD:444199:698FF70C
html-safe-nonce94b2c9d009707679892aa9296999085e58ebbf9e1070f186494010ad78077ec3
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMURFOjEwQ0M5MTozNUEyQUQ6NDQ0MTk5OjY5OEZGNzBDIiwidmlzaXRvcl9pZCI6Ijg5MTQ3MDk0MTY0MjAzMDg3NDgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac738c290b57fd9c26d51004d5f3bbe1777aa80c680100f8cd05e47bcb30db6a8b
hovercard-subject-tagpull_request:3006009464
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/PascalCTF/PascalCTF.github.io/pull/1/files
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:altFix Windows SVG Display Issue on Sponsor Page Analysis The issue is that on Windows, the sponsor page doesn't display SVG icons for LinkedIn and URL links correctly. After investigation, I foun...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/PascalCTF/PascalCTF.github.io git https://github.com/PascalCTF/PascalCTF.github.io.git
octolytics-dimension-user_id178156544
octolytics-dimension-user_loginPascalCTF
octolytics-dimension-repository_id906683071
octolytics-dimension-repository_nwoPascalCTF/PascalCTF.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id906683071
octolytics-dimension-repository_network_root_nwoPascalCTF/PascalCTF.github.io
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3b33c5aedc9808f45bc5fcf0b1e4404cf749dac7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FPascalCTF%2FPascalCTF.github.io%2Fpull%2F1%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FPascalCTF%2FPascalCTF.github.io%2Fpull%2F1%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=PascalCTF%2FPascalCTF.github.io
Reloadhttps://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/files
Reloadhttps://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/files
Reloadhttps://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/files
PascalCTF https://patch-diff.githubusercontent.com/PascalCTF
PascalCTF.github.iohttps://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FPascalCTF%2FPascalCTF.github.io
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2FPascalCTF%2FPascalCTF.github.io
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2FPascalCTF%2FPascalCTF.github.io
Code https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io
Issues 0 https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/issues
Pull requests 0 https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pulls
Actions https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/actions
Projects 0 https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/projects
Security 0 https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/security
Insights https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pulse
Code https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io
Issues https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/issues
Pull requests https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pulls
Actions https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/actions
Projects https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/projects
Security https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/security
Insights https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FPascalCTF%2FPascalCTF.github.io%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2FPascalCTF%2FPascalCTF.github.io%2Fissues%2Fnew%2Fchoose
Copilothttps://patch-diff.githubusercontent.com/apps/copilot-swe-agent
mainhttps://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/tree/main
copilot/fix-sponsor-page-svg-issueshttps://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/tree/copilot/fix-sponsor-page-svg-issues
Conversation 0 https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1
Commits 2 https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/commits
Checks 0 https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/checks
Files changed https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/files
Please reload this pagehttps://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/files
[WIP] Fix missing LinkedIn and URL SVGs on sponsor page https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/files#top
Show all changes 2 commits https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/files
bc8566f Initial plan Copilot Nov 13, 2025 https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/commits/bc8566f3ff5734b2ce6b313445a96f1c9ecc7f16
1258d33 Add explicit SVG icon definitions for site, link, and url Copilot Nov 13, 2025 https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/commits/1258d33bd4990b24108b3cab3f26928afa99aed1
Clear filters https://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/files
Please reload this pagehttps://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/files
Please reload this pagehttps://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/files
Please reload this pagehttps://patch-diff.githubusercontent.com/PascalCTF/PascalCTF.github.io/pull/1/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.