diff --git a/layouts/shortcodes/link.html b/layouts/shortcodes/link.html index aa6d093..cc5795b 100644 --- a/layouts/shortcodes/link.html +++ b/layouts/shortcodes/link.html @@ -1,4 +1,4 @@
-{{ .Get 1 }} +{{ .Get 1 }}
diff --git a/readme.md b/readme.md index e4adc66..a54a401 100644 --- a/readme.md +++ b/readme.md @@ -21,4 +21,4 @@ A **complete** theme in a repo that's especially useful for **noobs** who just w ## Getting Started -See this theme in action as a landing page and learn about how to use it to make your own landing page by visiting the [landing page guide](https://dkebler.github.io/landing-page-guide/) (generated by Hugo and this theme of course) +See this theme in action as a landing page and learn about how to use it to make your own landing page by visiting the [landing page guide](https://dkebler.github.io/landingpage-guide/) (generated by Hugo and this theme of course) diff --git a/static/css/base.css b/static/css/base.css index cb03e7f..5f5b55b 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -89,6 +89,7 @@ p { text-align: left; font-size: 1em; line-height: 1.2; + margin-bottom: 1em; } li {