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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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