neige
This commit is contained in:
parent
39fd7cf13b
commit
c0702aceb1
1 changed files with 4 additions and 0 deletions
|
@ -4,11 +4,15 @@
|
|||
{% else %}
|
||||
<html lang="fr">
|
||||
{% endif %}
|
||||
{% assign month = "now" | date: "%m" %}
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>
|
||||
{{ page.page_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">
|
||||
{% if page.math %}
|
||||
<script type="text/x-mathjax-config">
|
||||
|
|
Loading…
Reference in a new issue