Skip to content

Commit 7cb08f0

Browse files
committed
Chirpy 7.4.1
1 parent 0a0aef0 commit 7cb08f0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "jekyll-theme-chirpy", "~> 7.4"
5+
gem "jekyll-theme-chirpy", "~> 7.4", ">= 7.4.1"
66

77
gem "html-proofer", "~> 5.0", group: :test
88

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<div class="row flex-grow-1">
2727
<main aria-label="Main Content" class="col-12 col-lg-11 col-xl-9 px-md-4">
28-
{% if layout.refactor or layout.layout == 'default' %}
28+
{% if layout.layout == 'default' %}
2929
{% include refactor-content.html content=content lang=lang %}
3030
{% else %}
3131
{{ content }}

_layouts/post.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
layout: default
3-
refactor: true
43
tail_includes:
54
- post-nav
65
---

0 commit comments

Comments
 (0)