diff --git a/assets/css/home-layout.scss b/assets/css/home-layout.scss index 19dae72..d9506c2 100644 --- a/assets/css/home-layout.scss +++ b/assets/css/home-layout.scss @@ -53,6 +53,10 @@ } .text { color: $fg-color-dark; + margin-right: -0.2rem; + .spaced { + margin-right: 0.2rem; + } } } .links { diff --git a/init/hugo.yaml b/init/hugo.yaml index 1138f9a..edc46ad 100644 --- a/init/hugo.yaml +++ b/init/hugo.yaml @@ -21,4 +21,4 @@ capitalizeListTitles: false disableHugoGeneratorInject: true disableKinds: [RSS, sitemap, taxonomy] minify: - minifyOutput: false \ No newline at end of file + minifyOutput: true \ No newline at end of file diff --git a/layouts/_default/index.html b/layouts/_default/index.html index 9c268ed..9ee4db2 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -13,8 +13,12 @@
{{ .Description }}