head.html 471 B

1234567891011121314
  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 id="main-stylesheet" rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
  7. {%- feed_meta -%}
  8. {%- if jekyll.environment == 'production' and site.google_analytics -%}
  9. {%- include google-analytics.html -%}
  10. {%- endif -%}
  11. {%- include custom-head.html -%}
  12. </head>