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 @@