1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-01-01 12:33:15 +00:00

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

This commit is contained in:
Cotes
2025-10-27 05:39:39 +08:00
committed by GitHub
parent 37377a43e0
commit 66bf232951
3 changed files with 30 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ layout: compress
<div class="row flex-grow-1">
<main aria-label="Main Content" class="col-12 col-lg-11 col-xl-9 px-md-4">
{% if layout.refactor or layout.layout == 'default' %}
{% if layout.layout == 'default' %}
{% include refactor-content.html content=content lang=lang %}
{% else %}
{{ content }}