diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index c9da10c6..0aca2e68 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -4496,10 +4496,6 @@ body:has(#menu-controller:checked) { /* Custom */ -.min-w-prose { - min-width: 65ch; -} - .thumbnail { min-width: 300px; height: 180px; diff --git a/assets/css/main.css b/assets/css/main.css index 4fb4df65..bc69caeb 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -339,10 +339,6 @@ body:has(#menu-controller:checked) { /* Custom */ -.min-w-prose { - @apply min-w-[65ch]; -} - .thumbnail { min-width: 300px; height: 180px; diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 1383ec1b..1dfe8d39 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -77,7 +77,7 @@ {{ partial "series.html" . }} -
+
{{ .Content | emojify }}
diff --git a/package.json b/package.json index 733792e0..3b74be39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.38.2", + "version": "2.38.3", "description": "Blowfish theme for Hugo", "scripts": { "fullinstall": "npm run preinstall && npm install && npm run postinstall",