diff --git a/assets/css/core/theme-vars.css b/assets/css/core/theme-vars.css index 1a4befdb..eb0e4514 100644 --- a/assets/css/core/theme-vars.css +++ b/assets/css/core/theme-vars.css @@ -19,7 +19,7 @@ .dark { --theme: #0C0B11; - --entry: rgb(46, 46, 51); + --entry: #553a4a31; --primary: rgb(218, 218, 219); --secondary: rgb(155, 156, 157); --tertiary: rgb(65, 66, 68); diff --git a/layouts/partials/home_info.html b/layouts/partials/home_info.html index 199dfb72..1a2f5015 100644 --- a/layouts/partials/home_info.html +++ b/layouts/partials/home_info.html @@ -1,13 +1,91 @@ {{- with site.Params.homeInfoParams }} + + +

{{ .Title | markdownify }}

+
{{ .Content | markdownify }}
+ + +
+ {{- with .buttons }} + + {{- end }} +
+ +
+
+ {{- end -}} diff --git a/layouts/partials/index_profile.html b/layouts/partials/index_profile.html index 6882f39b..666055a4 100644 --- a/layouts/partials/index_profile.html +++ b/layouts/partials/index_profile.html @@ -37,7 +37,7 @@ {{- with .buttons }}
{{- range . }} - + {{ .name }} {{- if (findRE "://" .url) }}