Skip to content

Commit 8f879bd

Browse files
Update style.css
Release 1.1.0: Display actual Fediverse avatars in reactions - Add cornerstone_get_activitypub_avatar() helper function - Fediverse Interactions now show cached ActivityPub avatars - Fallback chain: ActivityPub icon → avatar_url → Webmention → Gravatar - Add lazy loading to reaction avatar images
1 parent 71b2042 commit 8f879bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/*
22
Theme Name: Cornerstone
33
Description: A WordPress theme for the IndieWeb with microformats2, ActivityPub, and Webmentions support. Built on the principle that you own your digital home.
4-
Version: 1.0.9
5-
Author: Khürt Williams
4+
Version: 1.1.0
5+
Author: Khurt Williams
66
License: GPL v2 or later
77
88
Text Domain: cornerstone
99
Domain Path: /languages
1010
Tags: indieweb, microformats, activitypub, webmentions, responsive, minimalist, one-column, custom-header, custom-background, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, sticky-post, footer-widgets
1111
1212
Requires at least: 5.0
13-
Tested up to: 6.4
13+
Tested up to: 6.9
1414
Requires PHP: 7.4
1515
1616
This theme supports the IndieWeb building blocks and passes IndieWebify.me validation tests.
@@ -1149,3 +1149,4 @@ article:last-child {
11491149
color: #aaa;
11501150
}
11511151
}
1152+

0 commit comments

Comments
 (0)