diff --git a/content/en/_index.html b/content/en/_index.html index 23aa4ff..35eb2cc 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -47,7 +47,7 @@ linkTitle = "SelfPrivacy"

- SelfPrivacy app allows you to set up self-hosted services and manage them. + SelfPrivacy app allows you to set up self-hosted services and manage them

}}"> Download diff --git a/layouts/shortcodes/landing-feature.html b/layouts/shortcodes/landing-feature.html index fac9ac2..d6c8755 100644 --- a/layouts/shortcodes/landing-feature.html +++ b/layouts/shortcodes/landing-feature.html @@ -1,8 +1,8 @@ {{ $illustration := .Page.Resources.GetMatch (printf "**%s*" (.Get 0)) }} {{ $title := .Get 1 }} {{ $side := .Get 2 }} -
- {{ if eq $side "right" }} +{{ if eq $side "right" }} +
{{ if $title }}

{{ $title }}

@@ -15,6 +15,7 @@
{{ end }} {{ else }} +
{{ if $illustration }}
diff --git a/package.json b/package.json index 960eee9..d3409ef 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "devDependencies": { "autoprefixer": "^10.4.0", "postcss": "^8.3.7", - "postcss-cli": "^9.0.2" + "postcss-cli": "^9.1.0" } }