Releases: christophery/geist
Releases · christophery/geist
2.0.3
- Added Mastodon social profile
2.0.2
- Removed paragraph tag from the_excerpt() (4d2b8bf)
- Added support for wp_body_open() (52fd7a6)
2.0.1
- Reply to comment title spacing adjustment #24
- Remove overriding of date format in posts #25
2.0.0
- Added dark mode 🌙
- Wrapped additional strings in translation function
- Removed the skip link focus fix
- Removed empty
get_avatar
parameters
- Fixed
.wp-block-cover
with video
- Reorganized + removed unused CSS classes
See the full changelog for the details of every change in this release.
1.1.6
- replaced
.author-profile-image
with .avatar
(793c755)
- removed unnecessary avatar fallback image (793c755)
1.1.4
- Fixed issue when category page has no posts (#11)
- Fixed issue with menu when homepage is set to static page (#12)
- Updated
the_post_thumbnail
size from medium_large
to full
on post page (3b68ef3)
1.1.3
- Fixed styling issue when replying to comment (#8)
1.1.2
- Fixed twitter social link in footer
- Updated theme link in footer
1.1.1
- Infinite Scrolling styling improvements
- Fixed
.search-submit
styling issue