head.html 558 B

12345678910111213141516
  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. <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
  7. {%- feed_meta -%}
  8. {%- if jekyll.environment == 'production' and site.google_analytics -%}
  9. {%- include google-analytics.html -%}
  10. {%- endif -%}
  11. <!--ADDITIONS-->
  12. <link rel="shortcut icon" href="{{ "/assets/favicon.ico" | relative_url }}" type="image/vnd.microsoft.icon" />
  13. <!--/ADDITIONS-->
  14. </head>