diff options
| author | XhmikosR <[email protected]> | 2017-10-22 19:20:15 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-22 19:20:15 +0300 |
| commit | 3b75ebff2b95d36974d7d9eace938800e6ffecaa (patch) | |
| tree | 6de8fbdd34302b7f68f14673a7754d498fef1408 /_includes/header.html | |
| parent | c70eaa156f5fc0b7f7019593390ebac1650967e2 (diff) | |
| download | bootstrap-3b75ebff2b95d36974d7d9eace938800e6ffecaa.tar.xz bootstrap-3b75ebff2b95d36974d7d9eace938800e6ffecaa.zip | |
Simplify social.html. (#24483)
This also fixes the wrong usage of `site.description` instead of `page.description` in meta description.
Diffstat (limited to '_includes/header.html')
| -rw-r--r-- | _includes/header.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html index ee077bdbd..50606564d 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> +<meta name="description" content="{{ page.description | default: site.description }}"> +<meta name="author" content="{{ site.authors }}"> <meta name="generator" content="Jekyll v{{ jekyll.version }}"> <title> |
