Skip to content

Commit 03f771b

Browse files
committed
Update script that adds html meta data
1 parent 834e395 commit 03f771b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/addMetaData.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
import os
22
import logging
33
metadata_check = """---
4-
html_meta:
4+
myst:
55
"""
66
metadata = """---
7-
html_meta:
8-
"description": ""
9-
"property=og:description": ""
10-
"property=og:title": ""
11-
"keywords": ""
7+
myst:
8+
html_meta:
9+
"description": ""
10+
"property=og:description": ""
11+
"property=og:title": ""
12+
"keywords": ""
1213
---
1314
1415
"""

0 commit comments

Comments
 (0)