Nouvelle mouture du site web de Dylan
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

13 satır
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>