Fix bad Liquid include syntax
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user