We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0aef0 commit 7cb08f0Copy full SHA for 7cb08f0
Gemfile
@@ -2,7 +2,7 @@
2
3
source "https://rubygems.org"
4
5
-gem "jekyll-theme-chirpy", "~> 7.4"
+gem "jekyll-theme-chirpy", "~> 7.4", ">= 7.4.1"
6
7
gem "html-proofer", "~> 5.0", group: :test
8
_layouts/default.html
@@ -25,7 +25,7 @@
25
26
<div class="row flex-grow-1">
27
<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' %}
+ {% if layout.layout == 'default' %}
29
{% include refactor-content.html content=content lang=lang %}
30
{% else %}
31
{{ content }}
_layouts/post.html
@@ -1,6 +1,5 @@
1
---
layout: default
-refactor: true
tail_includes:
- post-nav
0 commit comments