diff options
| author | XhmikosR <[email protected]> | 2017-08-15 14:41:34 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-08-15 15:03:15 +0300 |
| commit | 1f4486c31b41208108e3d39df3e2dbcc47effa03 (patch) | |
| tree | 4c196c555ebdd278a39b1e76d3bab25f77f746dc /_includes/social.html | |
| parent | ac718c9b6db8a2ae865213ef1d4061915b7aeb1a (diff) | |
| download | bootstrap-1f4486c31b41208108e3d39df3e2dbcc47effa03.tar.xz bootstrap-1f4486c31b41208108e3d39df3e2dbcc47effa03.zip | |
Reduce liquid's whitespace for a few pages.
Also fix a couple of typos while at it and change header tags' order.
Diffstat (limited to '_includes/social.html')
| -rw-r--r-- | _includes/social.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_includes/social.html b/_includes/social.html index 35bd9fde3..977142b19 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -1,3 +1,7 @@ +<!-- Meta --> +<meta name="description" content="{{ site.description }}"> +<meta name="author" content="{{ site.authors }}"> + <!-- Twitter --> <meta name="twitter:site" content="@{{ site.twitter }}"> <meta name="twitter:creator" content="@{{ site.twitter }}"> @@ -30,7 +34,3 @@ <meta property="og:image:type" content="image/png"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="630"> - -<!-- Meta --> -<meta name="description" content="{{ site.description }}"> -<meta name="author" content="{{ site.authors }}"> |
