mirror of
https://github.com/thangisme/notes.git
synced 2024-12-05 01:56:40 -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>
|
||||
<meta charset="UTF-8">
|
||||
<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>
|
||||
<link rel="stylesheet" href="{{ "/assets/css/just-the-docs.css" | absolute_url }}">
|
||||
|
Loading…
Reference in New Issue
Block a user