Fix bad Liquid include syntax

This commit is contained in:
iBug
2024-04-23 01:34:27 +08:00
parent 8d3592ff70
commit 6f1cbfb3be
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
---
<!doctype html>
{% include "copyright.html" %}
{% include copyright.html %}
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
<head>
{% include head.html %}