Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules
Commits
7db50d22
Commit
7db50d22
authored
Aug 13, 2018
by
Zac Wood
Browse files
Added Opengraph meta tags
parent
856d76ed
Pipeline
#2716
passed with stage
in 1 minute and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
schedules_web/index.html
View file @
7db50d22
...
...
@@ -6,10 +6,27 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<title>
SRCT Schedules • Welcome
</title>
<meta
name=
"theme-color"
content=
"#006633"
/>
<!-- FB/Opengraph tags -->
<meta
property=
"og:url"
content=
"https://schedules.gmu.edu/"
>
<meta
property=
"og:type"
content=
"website"
>
<meta
property=
"og:title"
content=
"SRCT Schedules"
>
<meta
property=
"og:description"
content=
"Easily generate a calendar with your class schedule."
>
<meta
property=
"og:site_name"
content=
"SRCT Schedules"
>
<meta
property=
"og:locale"
content=
"en_US"
>
<meta
property=
"article:author"
content=
"SRCT"
>
<!-- Twitter card tags -->
<meta
name=
"twitter:card"
content=
"summary"
>
<meta
name=
"twitter:site"
content=
"@MasonSRCT"
>
<meta
name=
"twitter:creator"
content=
"@MasonSRCT"
>
<meta
name=
"twitter:url"
content=
"https://schedules.gmu.edu/"
>
<meta
name=
"twitter:title"
content=
"SRCT Schedules"
>
<meta
name=
"twitter:description"
content=
"Easily generate a calendar with your class schedule."
>
</head>
<body>
<div
id=
"root"
></div>
<div
id=
"root"
></div>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment