templates

This commit is contained in:
Garry Ing
2021-03-07 17:59:37 -05:00
parent 3baaf81b64
commit b80c890671
16 changed files with 134 additions and 12 deletions

10
_includes/head.html Normal file
View File

@ -0,0 +1,10 @@
{%- assign meta_description = page.excerpt | default: site.description -%}
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ page.title }} 🌱 {% endif %}{{ site.title }}</title>
<meta name="description" content="{{ meta_description }}">
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
{%- feed_meta -%}
</head>