diff --git a/static/apple-touch-icon-180x180.png b/static/apple-touch-icon-180x180.png index e378e8b..ded62fb 100644 Binary files a/static/apple-touch-icon-180x180.png and b/static/apple-touch-icon-180x180.png differ diff --git a/static/favicon.ico b/static/favicon.ico index 65b2c30..cfada21 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ diff --git a/static/favicon_192x192.png b/static/favicon_192x192.png index 20092da..773cbf5 100644 Binary files a/static/favicon_192x192.png and b/static/favicon_192x192.png differ diff --git a/themes/aquablank/layouts/_default/baseof.html b/themes/aquablank/layouts/_default/baseof.html index ff2980b..bae95f5 100644 --- a/themes/aquablank/layouts/_default/baseof.html +++ b/themes/aquablank/layouts/_default/baseof.html @@ -2,8 +2,6 @@ - - @@ -29,9 +27,9 @@ {{ .Scratch.Set "seo_description" .Title | safeHTML }} {{ .Scratch.Add "seo_description" " Vulnerability, " }} {{ .Scratch.Add "seo_description" "Severity " }} - {{ .Scratch.Set "seo_description" .Params.cvss_nvd_v3_score | safeHTML }} + {{ .Scratch.Add "seo_description" .Params.cvss_nvd_v3_score | safeHTML }} {{ .Scratch.Add "seo_description" " " }} - {{ .Scratch.Set "seo_description" .Params.cvss_nvd_v3_severity | safeHTML }} + {{ .Scratch.Add "seo_description" .Params.cvss_nvd_v3_severity | safeHTML }} {{ .Scratch.Add "seo_description" ", " }} {{ .Scratch.Add "seo_description" (.Params.header_subtitle | safeHTML | truncate 110) }} {{ else }} diff --git a/themes/aquablank/layouts/partials/list_avd.html b/themes/aquablank/layouts/partials/list_avd.html index aefef42..b5c0ee4 100644 --- a/themes/aquablank/layouts/partials/list_avd.html +++ b/themes/aquablank/layouts/partials/list_avd.html @@ -13,16 +13,14 @@
{{ if .Params.breadcrumbs }} {{ $page := . }} - {{ range $breadcrumb := .Params.breadcrumbs }} - {{ if ne $breadcrumb.name $page.Title }} - {{ $breadcrumb.name }} > - {{ end }} - {{ end }} - {{ .Title }} - {{ else }} - {{ .Title }} + {{ range $breadcrumb := .Params.breadcrumbs }} + {{ if ne $breadcrumb.name $page.Title }} + {{ $breadcrumb.name }} > + {{ end }} + {{ end }} {{ end }}
+

{{ .Title }}

diff --git a/themes/aquablank/layouts/partials/list_toplevel.html b/themes/aquablank/layouts/partials/list_toplevel.html index 4b48ba7..84b0ca0 100644 --- a/themes/aquablank/layouts/partials/list_toplevel.html +++ b/themes/aquablank/layouts/partials/list_toplevel.html @@ -18,11 +18,9 @@ {{ $breadcrumb.name }} > {{ end }} {{ end }} - {{ .Title }} - {{ else }} - {{ .Title }} {{ end }} +

{{ .Title }}

diff --git a/themes/aquablank/layouts/partials/page_avd.html b/themes/aquablank/layouts/partials/page_avd.html index 0c56d17..c61290e 100644 --- a/themes/aquablank/layouts/partials/page_avd.html +++ b/themes/aquablank/layouts/partials/page_avd.html @@ -13,12 +13,15 @@ {{ $breadcrumb.name }} > {{ end }} {{ end }} - {{ .Title }} - {{ else }} - {{ .Params.heading }} {{ end }} + {{ if .Params.breadcrumbs }} +

{{ .Title }}

+ {{ else }} +

{{ .Params.heading }}

+ {{ end }} +