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
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{% include lang.html %}
|
||||||
|
|
||||||
{% capture _content %}
|
{% capture _content %}
|
||||||
{% if layout.refactor or page.layout == 'page' %}
|
{% if layout.refactor or page.layout == 'page' %}
|
||||||
{% include refactor-content.html content=content lang=lang %}
|
{% include refactor-content.html content=content lang=lang %}
|
||||||
|
|
Loading…
Reference in a new issue