This commit is contained in:
Gaspard Jankowiak 2022-12-12 21:13:33 +01:00
parent 39fd7cf13b
commit c0702aceb1

View file

@ -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">