Fix bad Liquid include syntax
This commit is contained in:
parent
8d3592ff70
commit
6f1cbfb3be
@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
{% include "copyright.html" %}
|
{% include copyright.html %}
|
||||||
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
|
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
@ -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:
|
To check which version you are currently using, view the source of your built site and you should see something similar to:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
{% include "copyright.html" %}
|
{% include copyright.html %}
|
||||||
```
|
```
|
||||||
|
|
||||||
At the top of every `.html` file, `/assets/css/main.css`, and `/assets/js/main.min.js`.
|
At the top of every `.html` file, `/assets/css/main.css`, and `/assets/js/main.min.js`.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
{% include "copyright.html" %}
|
{% include copyright.html %}
|
||||||
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
|
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
|
||||||
<head>
|
<head>
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user