diff --git a/assets/css/extended/custom.css b/assets/css/extended/custom.css new file mode 100644 index 0000000..daba1ec --- /dev/null +++ b/assets/css/extended/custom.css @@ -0,0 +1,17 @@ +.home-info__profile-img { + display: flex; + justify-content: center; +} + +.home-info__profile-img > img{ + border-radius: 100%; + margin-bottom: 16px; +} + +.entry-header > h1{ + text-align: center; +} + +.entry-header { + margin-bottom: 24px; +} diff --git a/layouts/partials/home_info.html b/layouts/partials/home_info.html index efae956..eb8dcfa 100644 --- a/layouts/partials/home_info.html +++ b/layouts/partials/home_info.html @@ -1,5 +1,9 @@ {{- with site.Params.homeInfoParams }}
+
+ {{ .imageTitle | default +

{{ .Title | markdownify }}