diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index bc17f507..ec218d86 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -2091,6 +2091,10 @@ body a, body button { margin-bottom: 2px; } +.mb-1 { + margin-bottom: 0.25rem; +} + .block { display: block; } @@ -2685,6 +2689,10 @@ body a, body button { margin-right: 1.75rem; } + .sm\:mb-0 { + margin-bottom: 0px; + } + .sm\:w-1\/2 { width: 50%; } diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 5518086f..76a74ff1 100755 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -26,4 +26,4 @@ This is a demo site built entirely using Congo. It also contains a complete set Explore the [sample pages](/samples/) to get a feel for what Congo can do. If you like what you see, check out the project on [Github](https://github.com/jpanther/congo) or read the [Installation guide](/docs/installation/) to get started. -{{< figure src="mountains.jpg" caption="Photo by [Anna Scarfiello](https://unsplash.com/@little_anne?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)." >}} +{{< figure src="mountains.jpg" width="1200" height="800" caption="Photo by [Anna Scarfiello](https://unsplash.com/@little_anne?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)." >}} diff --git a/exampleSite/content/mountains.jpg b/exampleSite/content/mountains.jpg index fadf2636..493565f8 100644 Binary files a/exampleSite/content/mountains.jpg and b/exampleSite/content/mountains.jpg differ diff --git a/exampleSite/static/img/author.jpg b/exampleSite/static/img/author.jpg index e034edd9..820e8822 100644 Binary files a/exampleSite/static/img/author.jpg and b/exampleSite/static/img/author.jpg differ diff --git a/layouts/partials/author-links.html b/layouts/partials/author-links.html index f05d0cba..229ccec8 100644 --- a/layouts/partials/author-links.html +++ b/layouts/partials/author-links.html @@ -7,7 +7,7 @@ href="{{ $url }}" target="_blank" alt="{{ $name | title }}" - rel="me" + rel="me noopener noreferrer" >{{ partial "icon.html" $name }} {{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6233f60e..51559f75 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -17,6 +17,7 @@ class="hover:underline hover:underline-primary-300 hover:text-primary-400" href="https://gohugo.io/" target="_blank" + rel="noopener noreferrer" >Hugo & @@ -24,6 +25,7 @@ class="hover:underline hover:underline-primary-300 hover:text-primary-400" href="https://git.io/hugo-congo" target="_blank" + rel="noopener noreferrer" >Congo
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 79cd54af..5f55d897 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -10,7 +10,7 @@