diff --git a/docs/content/overview/quickstart.md b/docs/content/overview/quickstart.md index d8381c5a4..588df35e1 100644 --- a/docs/content/overview/quickstart.md +++ b/docs/content/overview/quickstart.md @@ -11,22 +11,6 @@ title: Hugo Quickstart Guide weight: 10 --- - - - - Building a bookshelf --- diff --git a/docs/content/tutorials/how-to-contribute-to-hugo.md b/docs/content/tutorials/how-to-contribute-to-hugo.md index 06b057066..0e0b64f12 100644 --- a/docs/content/tutorials/how-to-contribute-to-hugo.md +++ b/docs/content/tutorials/how-to-contribute-to-hugo.md @@ -9,20 +9,6 @@ prev: /tutorials/github-pages-blog/ title: How to contribute to Hugo weight: 10 --- - - ## Introduction diff --git a/docs/static/css/style.css b/docs/static/css/style.css index 02032cf6b..255f1c825 100644 --- a/docs/static/css/style.css +++ b/docs/static/css/style.css @@ -133,6 +133,10 @@ a, a:hover, a:focus { outline: 0; } +img { + max-width: 100%; + height: auto; +} .panel-body a { line-height: 1.1;