Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/gohugoioTheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-01-31 20:35:51 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-01-31 20:46:17 +0300
commit47e4a62da5c9d463727116ceeee74eb825cbccbb (patch)
tree75eb62c52d4dbf33d2cfba164f45b72bda91a4aa
parentdc2320ecca3f11836d4910aa906cfd5a34fa3394 (diff)
sponsors.html: Fix wrong `f3` element
-rw-r--r--layouts/partials/home-page-sections/sponsors.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/home-page-sections/sponsors.html b/layouts/partials/home-page-sections/sponsors.html
index 95f7ecfd..fa179f7f 100644
--- a/layouts/partials/home-page-sections/sponsors.html
+++ b/layouts/partials/home-page-sections/sponsors.html
@@ -3,8 +3,8 @@
{{ with .cx.Site.Data.sponsors }}
<section class="{{ $.classes_section | default "bg-primary-color-dark b--dark-gray bb bt ph5 pv4 w-100"}}">
<div class="center mw9"> 
- <f3 class="b f3 light-gray">Hugo Sponsors</f3>
- <div class="flex-ns flex-wrap center justify-between pt3">
+ <h3 class="b f3 mv0 light-gray">Hugo Sponsors</h3>
+ <div class="flex-ns flex-wrap center justify-between pt3">
{{ range .banners }}
{{ $banner := . }}
{{if .logo}}