Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
14 lines (12 sloc)
450 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
{%- seo -%} | |
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}"> | |
{%- feed_meta -%} | |
{%- if jekyll.environment == 'production' and site.google_analytics -%} | |
{%- include google-analytics.html -%} | |
{%- endif -%} | |
{%- include custom-head.html -%} | |
</head> |