aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-01-23 19:21:21 +0300
committerValentin Popov <info@valentineus.link>2020-01-23 19:23:28 +0300
commit11c402a2938935111fc6c82f53b720eb71e355c7 (patch)
tree5be50a926a746832df84e7a4abd04eb967f0bb79 /_layouts/default.html
parent28aec1dfdd90b7ffdd11321895ac37c0c2ab6fc6 (diff)
downloadpopov.link-11c402a2938935111fc6c82f53b720eb71e355c7.tar.xz
popov.link-11c402a2938935111fc6c82f53b720eb71e355c7.zip
Simplified data generation code
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index ee363a2..cabcd0b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -3,7 +3,7 @@ layout: compress
---
<!DOCTYPE html>
-<html lang="{{ site.lang | strip_newlines | strip_html | strip | slugify }}">
+<html lang="{{ site.lang | strip | slugify | xml_escape }}">
{% include head.html %}
<body>