diff --git a/layouts/partials/sections/footer/socialNetwork.html b/layouts/partials/sections/footer/socialNetwork.html index 5035a81..19da7c8 100644 --- a/layouts/partials/sections/footer/socialNetwork.html +++ b/layouts/partials/sections/footer/socialNetwork.html @@ -2,10 +2,7 @@ {{ if .Site.Params.footer.socialNetworks.gitea }} - + - + diff --git a/layouts/partials/sections/hero/index.html b/layouts/partials/sections/hero/index.html index cf580e6..02172b2 100644 --- a/layouts/partials/sections/hero/index.html +++ b/layouts/partials/sections/hero/index.html @@ -31,7 +31,7 @@ -
+
{{ if .Site.Params.hero.bottomImage.enable | default true }} diff --git a/layouts/partials/sections/testimonial.html b/layouts/partials/sections/testimonial.html index 79bafca..af71a11 100644 --- a/layouts/partials/sections/testimonial.html +++ b/layouts/partials/sections/testimonial.html @@ -51,60 +51,6 @@ {{ .job }} -
{{ .company }} -
- - {{ if .info.enable | default true }} - - - - - - {{ end }} -
- - {{ if .featuredLink.enable | default false }} - - {{ end }} - - - {{ .content | markdownify}} - - {{ else }} -
-
- {{ .job }} - - - {{ .company }} - -
- - {{ if .info.enable | default true }} - - - - - - {{ end }} -
{{ if .featuredLink.enable | default false }} + {{ else }} +
+
+ {{ .job }} + - + {{ .company }} + + {{ if .featuredLink.enable | default false }} + + {{ end }} +
+ +
+ {{ .content | markdownify}} +
+ {{ .writtenBy | markdownify}}
{{ end }}