Nouvelle mouture du site web de Dylan
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
476 B

  1. <head>
  2. <meta charset="utf-8">
  3. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
  5. {%- seo -%}
  6. <script src="{{ "/assets/js/dm.js" | relative_url }}"></script>
  7. <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
  8. {%- feed_meta -%}
  9. {%- if jekyll.environment == 'production' and site.google_analytics -%}
  10. {%- include google-analytics.html -%}
  11. {%- endif -%}
  12. </head>