From 48d38fb768c198d8e3fbf278a0f4b853c989daf7 Mon Sep 17 00:00:00 2001 From: Urko Date: Wed, 14 Jun 2023 17:33:32 +0200 Subject: [PATCH] feat: done customize --- .../sections/footer/socialNetwork.html | 13 ++- layouts/partials/sections/hero/index.html | 4 +- layouts/partials/sections/testimonial.html | 83 +++++++------------ 3 files changed, 36 insertions(+), 64 deletions(-) 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 }}