summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2021-08-19 14:29:52 +0300
committereug-vs <eugene@eug-vs.xyz>2021-08-20 10:44:07 +0300
commitb0e74f87e1cdfa44abc1b514ed2111c9d18367fd (patch)
treee5eaf44186c29989c6aef106bf9b9b3158277967
parentb3ac7d8f159c9619ea54207c8bb8d37b3875d142 (diff)
downloadeug-vs-xyz-b0e74f87e1cdfa44abc1b514ed2111c9d18367fd.tar.gz
feat: set html lang attribute
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2a2562a..83736fb 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ MARKDOWN=gfm+emoji
STYLESHEET=/style.css
HEAD=head.html
HEADER=header.html
-PANDOC_ARGS=-s --from=$(MARKDOWN) --to=html -c $(STYLESHEET) -B $(HEADER) -H $(HEAD) --shift-heading-level-by=1 --highlight-style=gruvbox.theme
+PANDOC_ARGS=-s --from=$(MARKDOWN) --to=html -c $(STYLESHEET) -B $(HEADER) -H $(HEAD) -M lang="en" --shift-heading-level-by=1 --highlight-style=gruvbox.theme
LINK_SEDSTRING=s/.md)/.html)/g;
EMOJI_SEDSTRING=$(shell ./compile_emoji_sedstring.sh)