mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
fix(posts): code snippet clipboard tooltip missing title (#1246)
The layout `page` missing the `lang` specification
This commit is contained in:
parent
b97fa93ffd
commit
726085c647
@ -2,6 +2,8 @@
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% include lang.html %}
|
||||
|
||||
{% capture _content %}
|
||||
{% if layout.refactor or page.layout == 'page' %}
|
||||
{% include refactor-content.html content=content lang=lang %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user