mirror of
https://github.com/thangisme/notes.git
synced 2025-01-27 23:46:28 -05:00
If page has a description use that for meta data
This commit is contained in:
parent
4a9b4fd5b1
commit
f264034999
@ -1,6 +1,9 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
||||||
|
{% if page.description %}
|
||||||
|
<meta name="Description" content="{{ page.description }}">
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<title>{{ page.title }} - {{ site.title }}</title>
|
<title>{{ page.title }} - {{ site.title }}</title>
|
||||||
<link rel="stylesheet" href="{{ "/assets/css/just-the-docs.css" | absolute_url }}">
|
<link rel="stylesheet" href="{{ "/assets/css/just-the-docs.css" | absolute_url }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user