From 726085c6478e7a9dc2cc57189b2dcbc85d90f048 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Tue, 19 Sep 2023 00:43:08 +0800 Subject: [PATCH] fix(posts): code snippet clipboard tooltip missing title (#1246) The layout `page` missing the `lang` specification --- _layouts/page.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_layouts/page.html b/_layouts/page.html index b2bf5ec..cd04bdc 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -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 %}