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

View File

@ -11,7 +11,7 @@ If you're using the [Ruby Gem]({{ "/docs/quick-start-guide/#gem-based-method" |
To check which version you are currently using, view the source of your built site and you should see something similar to:
```text
{% include "copyright.html" %}
{% include copyright.html %}
```
At the top of every `.html` file, `/assets/css/main.css`, and `/assets/js/main.min.js`.

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