bidirectional links

This commit is contained in:
Garry Ing
2021-03-10 22:33:55 -05:00
parent 22795467af
commit 1b95e9a8df
19 changed files with 643 additions and 7 deletions

View File

@ -4,7 +4,7 @@
<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 }}">
<meta name="description" content="{{ meta_description | escape }}">
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
{%- feed_meta -%}
</head>