Feat/improve cover image gen (#1628)

* Refactor cover.html

* Refactor 2

* Refactor 3

* Refactor 4

* Refactor 5

* add comments and refactor more

* Refactor cover.html to use <figcaption> for image captions

* Add comments and manage whitespace

* Remove pointer-event prevention from entry-cover image
This commit is contained in:
Aditya Telange
2025-03-08 23:30:00 +05:30
committed by GitHub
parent e2e1011bde
commit 72615b6d49
2 changed files with 53 additions and 32 deletions

View File

@ -97,7 +97,6 @@
.entry-cover img {
border-radius: var(--radius);
pointer-events: none;
width: 100%;
height: auto;
}