diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-16 02:59:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-16 02:59:21 +0300 |
commit | 7697558083355627b4581f669014b4ffa43fb301 (patch) | |
tree | 76e0e3622afa69bcba2c64b2eba053ea5dc1a8a9 | |
parent | explicit https for external links (diff) | |
download | egor-tensin.github.io-7697558083355627b4581f669014b4ffa43fb301.tar.gz egor-tensin.github.io-7697558083355627b4581f669014b4ffa43fb301.zip |
code style
Diffstat (limited to '')
-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 78b3077..1a14fb2 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,7 +4,9 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>{{ page.title }}</title> + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.css"> <link rel="stylesheet" href="/css/footer.css"> |