diff --git a/README.md b/README.md index 44efa26..5270ce6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ $ npm run build - add configurable license notice for footer - add favicon - add meta description / summary from front matter -- make site header clickable (to home) ## License This repository contains the code of [Bootstrap](http://getbootstrap.com), which is licensed under the [MIT license](https://tldrlegal.com/license/mit-license). diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index bfecb69..719d72f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -35,7 +35,7 @@
-

{{ .Site.Title | safeHTML }}

+

{{ .Site.Title | safeHTML }}

{{ if .Site.Params.description }}

{{ .Site.Params.description | markdownify }}

{{ end }}