mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 20:29:25 -05:00
12 lines
472 B
HTML
12 lines
472 B
HTML
<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>
|
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
|
|
|
<link rel="stylesheet" href="css/main.css">
|
|
|
|
</head>
|