1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

fix(posts): code snippet clipboard tooltip missing title (#1246)

The layout `page` missing the `lang` specification
This commit is contained in:
Cotes Chung
2023-09-19 00:43:08 +08:00
committed by GitHub
parent b97fa93ffd
commit 726085c647

View File

@@ -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 %}