mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-27 02:40:32 +00:00
Fix bad Liquid include syntax
This commit is contained in:
parent
8d3592ff70
commit
6f1cbfb3be
@ -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 %}
|
||||
|
@ -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`.
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user