This commit is contained in:
parent
d4f216c889
commit
4984e3673e
2 changed files with 7 additions and 5 deletions
|
@ -2,7 +2,6 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/css/blog/post.css" />
|
||||
<meta name="author" content="Mylloon" />
|
||||
<meta name="description" content="{{page_desc}} " />
|
||||
<meta name="keywords" content="{{page_kw}} " />
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="index" lang="fr">
|
||||
<head dir="ltr">
|
||||
{{>blog/head.html}} {{#data}} {{#post}} {{#metadata}} {{#math}}
|
||||
{{>libs/katex_head.html}} {{/math}} {{#syntax_highlight}}
|
||||
{{>libs/hljs_head.html}} {{/syntax_highlight}} {{/metadata}} {{/post}}
|
||||
{{>blog/head.html}}
|
||||
<link rel="stylesheet" href="/css/blog/post.css" />
|
||||
{{#data}} {{#post}} {{#metadata}}
|
||||
{{#math}}{{>libs/katex_head.html}}{{/math}}
|
||||
{{#syntax_highlight}}{{>libs/hljs_head.html}}{{/syntax_highlight}}
|
||||
{{/metadata}} {{/post}}
|
||||
</head>
|
||||
<body class="index">
|
||||
<header></header>
|
||||
|
@ -18,7 +21,7 @@
|
|||
{{#mermaid}}{{>libs/mermaid_footer.html}}{{/mermaid}}
|
||||
{{#math}}{{>libs/katex_footer.html}}{{/math}}
|
||||
{{#syntax_highlight}}{{>libs/hljs_footer.html}}{{/syntax_highlight}}
|
||||
{{/metadata}} {{/post}}{{/data}}
|
||||
{{/metadata}} {{/post}} {{/data}}
|
||||
<script src="/js/custom_img_size.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue