diff --git a/README.md b/README.md index 0e194c1c..fc237e13 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ hugo -t cocoa-eh If you want a simple blog you can just use the `exampleSite`. The [wiki](https://github.com/mtn/cocoa-eh-hugo-theme/wiki) includes helpful details should you need more. +## Contributing + +See the [contributing guidelines](CONTRIBUTING.md). + ## License Licensed under the MIT License. See the [LICENSE](https://github.com/mtn/cocoa-eh-hugo-theme/blob/master/LICENSE) file for more details. diff --git a/layouts/partials/css/main.css b/layouts/partials/css/main.css index 2d2a7ca6..3240431a 100644 --- a/layouts/partials/css/main.css +++ b/layouts/partials/css/main.css @@ -523,6 +523,9 @@ div.main .content .markdown h6 { margin-bottom: 1rem; letter-spacing: none; } +pre { + overflow-x: auto; +} div.main .content .markdown code, div.main .content .markdown pre { font-family: 'Menlo', monospace; diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html index 0fe88a44..f91713f3 100644 --- a/layouts/partials/head_includes.html +++ b/layouts/partials/head_includes.html @@ -20,6 +20,8 @@ +{{ else }} + {{ end }} {{ if .Site.Params.progressively }}