fix: og tags

This commit is contained in:
Jannat Patel
2023-01-16 17:53:54 +05:30
parent 5009900c0e
commit e3112d8dcf
2 changed files with 2 additions and 1 deletions

View File

@@ -1480,7 +1480,7 @@ li {
.course-overlay-title {
font-weight: 700;
font-size: var(--text-2xl);
line-height: 1rem;
line-height: 1.5;
color: var(--gray-900);
margin-bottom: 1.25rem;
}

View File

@@ -102,6 +102,7 @@ def set_course_context(context, course_name):
"image": course.image,
"description": course.short_introduction,
"keywords": course.title,
"og:type": "website",
}