Añadir '_includes/head.html'

This commit is contained in:
Echedelle López Romero 2021-01-09 01:22:35 +00:00
parent 1e4dc1e88a
commit 02852a4181
1 changed files with 21 additions and 0 deletions

21
_includes/head.html Normal file
View File

@ -0,0 +1,21 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>
{%- if page.title -%}
{{ page.title }}
{%- else -%}
{{ site.title }}
{%- endif -%}
</title>
{% seo title=false %}
{% feed_meta %}
<link rel="shortcut icon" type="image/x-icon" href="{{ site.favicon | relative_url }}" />
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}" />
<script data-isso="https://comments.masfloss.net" data-isso-lang="es" src="https://comments.masfloss.net/js/embed.min.js" />
</head>