fix: og tags
This commit is contained in:
@@ -1480,7 +1480,7 @@ li {
|
|||||||
.course-overlay-title {
|
.course-overlay-title {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: var(--text-2xl);
|
font-size: var(--text-2xl);
|
||||||
line-height: 1rem;
|
line-height: 1.5;
|
||||||
color: var(--gray-900);
|
color: var(--gray-900);
|
||||||
margin-bottom: 1.25rem;
|
margin-bottom: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -102,6 +102,7 @@ def set_course_context(context, course_name):
|
|||||||
"image": course.image,
|
"image": course.image,
|
||||||
"description": course.short_introduction,
|
"description": course.short_introduction,
|
||||||
"keywords": course.title,
|
"keywords": course.title,
|
||||||
|
"og:type": "website",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user