1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 06:55:26 +02:00

Add og markup

This commit is contained in:
PolinaShneider 2019-02-28 22:28:24 +03:00
parent 7890d17255
commit 89389f494e
No known key found for this signature in database
GPG key ID: CCBB86B0E4629E7B

View file

@ -3,6 +3,7 @@
<head> <head>
<title>{{ config.title }}</title> <title>{{ config.title }}</title>
<link rel="stylesheet" href="/dist/main.css" /> <link rel="stylesheet" href="/dist/main.css" />
<meta property="og:title" content="{{ page.title }}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
</head> </head>
<body> <body>