diff --git a/assets/css/_page/_home.scss b/assets/css/_page/_home.scss index 3f2500f5..aa224861 100644 --- a/assets/css/_page/_home.scss +++ b/assets/css/_page/_home.scss @@ -105,8 +105,6 @@ .featured-image-preview { width: 100%; - // resolve the aspect ratio issue temporarily - max-width: 1000px; // use the same proportions as the cover image of https://dev.to/ aspect-ratio: auto 1000 / 420; position: relative; diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html index 35663028..517f60e5 100644 --- a/layouts/partials/init/index.html +++ b/layouts/partials/init/index.html @@ -1,4 +1,4 @@ -{{- .Scratch.Set "version" "v0.3.17-5712ea5a" -}} +{{- .Scratch.Set "version" "v0.3.17-393a1393" -}} {{- .Scratch.Set "this" dict -}} {{- partial "init/detection-env.html" . -}}