neige
This commit is contained in:
parent
39fd7cf13b
commit
c0702aceb1
1 changed files with 4 additions and 0 deletions
|
@ -4,11 +4,15 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% assign month = "now" | date: "%m" %}
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>
|
<title>
|
||||||
{{ page.page_title }}
|
{{ page.page_title }}
|
||||||
</title>
|
</title>
|
||||||
|
{% if month == "12" or month == "1" %}
|
||||||
|
<script src="https://app.embed.im/snow.js" defer></script>
|
||||||
|
{% endif %}
|
||||||
<link rel="icon" href="/images/favicon.png">
|
<link rel="icon" href="/images/favicon.png">
|
||||||
{% if page.math %}
|
{% if page.math %}
|
||||||
<script type="text/x-mathjax-config">
|
<script type="text/x-mathjax-config">
|
||||||
|
|
Loading…
Reference in a new issue