diff options
| author | XhmikosR <[email protected]> | 2017-08-15 17:53:48 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-15 17:53:48 +0300 |
| commit | 7388d1acd367a3060ea45b44a5a6a4be04ca6055 (patch) | |
| tree | 2c1bde8ad67e92b48d7ee9f1c2df884ce1e63a73 /_includes/header.html | |
| parent | ac718c9b6db8a2ae865213ef1d4061915b7aeb1a (diff) | |
| parent | 703c7daf571c750b6ee93cf8032fee2268e6bed0 (diff) | |
| download | bootstrap-7388d1acd367a3060ea45b44a5a6a4be04ca6055.tar.xz bootstrap-7388d1acd367a3060ea45b44a5a6a4be04ca6055.zip | |
Merge pull request #23457 from twbs/v4-dev-xmr-liquid-whitespace
Reduce liquid's whitespace for a few pages and move about menu to the end.
Diffstat (limited to '_includes/header.html')
| -rw-r--r-- | _includes/header.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/_includes/header.html b/_includes/header.html index c7e5dbd9e..b6fad53e9 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -3,15 +3,13 @@ <meta name="generator" content="Jekyll v{{ jekyll.version }}"> <title> - {% if page.title %} + {%- if page.title -%} {{ page.title }} · {{ site.title }} - {% else %} + {%- else -%} {{ site.title }} · {{ site.description }} - {% endif %} + {%- endif -%} </title> -{% include social.html %} - <!-- Bootstrap core CSS --> {% if site.github %} <link href="{{ site.baseurl }}/dist/css/bootstrap.min.css" rel="stylesheet"> @@ -25,6 +23,8 @@ {% endif %} <link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet"> +{% include social.html %} + <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
