diff options
| author | Adam Carpenter <gitlab@53hor.net> | 2019-10-25 19:17:29 -0400 |
|---|---|---|
| committer | Adam Carpenter <gitlab@53hor.net> | 2019-10-25 19:17:29 -0400 |
| commit | 9af660329d12e565403b76fb7182973317d6303b (patch) | |
| tree | c2e4577823eea2c073d47309e933524beb252a8e /_includes | |
| parent | 9121244561f91690d465087ef36336f7ec5c1abe (diff) | |
| download | cobalt-site-9af660329d12e565403b76fb7182973317d6303b.tar.xz cobalt-site-9af660329d12e565403b76fb7182973317d6303b.zip | |
Updated OGP.
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/head.liquid | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_includes/head.liquid b/_includes/head.liquid index 7bb604e..aaad3a0 100644 --- a/_includes/head.liquid +++ b/_includes/head.liquid @@ -5,7 +5,6 @@ <!-- Open Graph Protocol --> <meta property="og:title" content="{{ page.title }}"/> -<meta property="og:description" content="{{ page.excerpt }}"/> <meta property="og:type" content="website"/> <meta property="og:image" content="/public/images/logo.png"/> <meta property="og:url" content="{{ page.permalink }}"/> |