Skip to content

Conversation

@cotes2020
Copy link
Owner

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Description

Fixed an issue (#2562) where the homepage preview images showed a duplicated baseurl because media-url.html was included multiple times in the home layout.

Tips: For future maintenance, avoid including the same component (_includes/*) more than once.

@cotes2020 cotes2020 linked an issue Oct 26, 2025 that may be closed by this pull request
1 task
@cotes2020 cotes2020 merged commit 66bf232 into master Oct 26, 2025
6 checks passed
@cotes2020 cotes2020 deleted the fix-media-url branch October 26, 2025 21:39
github-actions bot pushed a commit that referenced this pull request Oct 26, 2025
## [7.4.1](v7.4.0...v7.4.1) (2025-10-26)

### Bug Fixes

* avoid duplicate base URL for homepage preview images ([#2568](#2568)) ([66bf232](66bf232))
@github-actions
Copy link

🎉 This PR is included in version 7.4.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Included or resolved in the release label Oct 26, 2025
yunseo-kim added a commit to yunseo-kim/yunseo-kim.github.io that referenced this pull request Oct 29, 2025
Bug Fixes:
- avoid duplicate base URL for homepage preview images ([#2568](cotes2020/jekyll-theme-chirpy#2568))
kyroceus added a commit to kyroceus/jekyll-theme-purple that referenced this pull request Nov 8, 2025
* feat: add support for embed spotify (cotes2020#2515)

* docs: update timezone picker reference (cotes2020#2518)

* fix: restore blurry animation for homepage LQIP (cotes2020#2551)

* chore: remove deprecated URL

* chore: improve ESLint config

* build(deps): bump the gh-actions group across 1 directory with 5 updates (cotes2020#2550)

Bumps the gh-actions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `5` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4` | `5` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3` | `4` |
| [actions/github-script](https://github.com/actions/github-script) | `7` | `8` |
| [actions/stale](https://github.com/actions/stale) | `9` | `10` |



Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v5)

Updates `github/codeql-action` from 3 to 4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3...v4)

Updates `actions/github-script` from 7 to 8
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7...v8)

Updates `actions/stale` from 9 to 10
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v9...v10)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions
- dependency-name: actions/stale
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: avoid converting media‘s relative paths to absolute paths (cotes2020#2552)

* fix(search): restore full-text search for posts with description (cotes2020#2557)

* refactor: update favicon files and documentation (cotes2020#2558)

* build(dev-deps): upgrade dependencies

* refactor: resolve various StyleLint warnings

* build(deps): upgrade dependencies

* chore(release): 7.4.0

## [7.4.0](cotes2020/jekyll-theme-chirpy@v7.3.1...v7.4.0) (2025-10-19)

### Features

* add support for embed spotify ([cotes2020#2515](cotes2020#2515)) ([cda62e2](cotes2020@cda62e2))
* **i18n:** add Danish locale ([cotes2020#2410](cotes2020#2410)) ([f5802b8](cotes2020@f5802b8))
* **i18n:** add locale files for some rtl languages ([cotes2020#2415](cotes2020#2415)) ([18c48b4](cotes2020@18c48b4))

### Bug Fixes

* avoid unconfigured social options in sidebar ([cotes2020#2507](cotes2020#2507)) ([5f8ec7f](cotes2020@5f8ec7f))
* correct GoatCounter pageviews extraction ([cotes2020#2420](cotes2020#2420)) ([c706799](cotes2020@c706799))
* resolve discrepancy in lqip between post and main page ([cotes2020#2453](cotes2020#2453)) ([1bac96a](cotes2020@1bac96a))
* restore blurry animation for homepage LQIP ([cotes2020#2551](cotes2020#2551)) ([221ca9f](cotes2020@221ca9f))
* **search:** restore full-text search for posts with description ([cotes2020#2557](cotes2020#2557)) ([604528e](cotes2020@604528e))

* Revert "refactor: avoid converting media‘s relative paths to absolute paths (cotes2020#2552)"

This reverts commit b3d7db3.

* fix: avoid duplicate base URL for homepage preview images (cotes2020#2568)

* chore(release): 7.4.1

## [7.4.1](cotes2020/jekyll-theme-chirpy@v7.4.0...v7.4.1) (2025-10-26)

### Bug Fixes

* avoid duplicate base URL for homepage preview images ([cotes2020#2568](cotes2020#2568)) ([66bf232](cotes2020@66bf232))

* chore: bump version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Alexander Fuks <[email protected]>
Co-authored-by: Cotes <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: semantic-release-bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Included or resolved in the release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Header images broken in overview page

2 participants