|
19 | 19 | <li><?php _e( 'Links to your various sites will now appear on your site, allowing you to use Indieauth and other services. If you want them visible to site visitors, you can add the rel-me widget to your site.', 'indieweb' ); ?></li> |
20 | 20 | </ol> |
21 | 21 | </div> |
| 22 | + |
| 23 | + <div class="indieweb-flex what-is"> |
| 24 | + <h2><?php esc_html_e( 'What is the IndieWeb?', 'indieweb' ); ?></h2> |
| 25 | + |
| 26 | + <p><?php _e( '<strong>Own your data.</strong> Create and publish content on your own site, and only optionally syndicate to third-party silos.', 'indieweb' ); ?></p> |
| 27 | + <p> |
| 28 | + <?php |
| 29 | + _e( |
| 30 | + 'This is the basis of the <strong>IndieWeb</strong>. For more, see <a |
| 31 | + href="https://indieweb.org/principles" target="_blank">principles</a> and <a |
| 32 | + href="https://indieweb.org/why" target="_blank">why</a>.', 'indieweb' |
| 33 | + ); |
| 34 | + ?> |
| 35 | + </p> |
| 36 | + |
| 37 | + <p><?php _e( 'For even more information, please visit the <a href="https://indieweb.org/" target="_blank"><em>IndieWeb</em> wiki</a>.', 'indieweb' ); ?></p> |
| 38 | + <p><?php _e( 'For assistance and to chat with community members, please visit <a href="https://indieweb.org/discuss" target="_blank">the discuss</a> page for more details.', 'indieweb' ); ?></p> |
| 39 | + </div> |
| 40 | + |
22 | 41 | <div class="indieweb-flex indieweb-plugins"> |
23 | 42 | <h2><?php esc_html_e( 'Plugins', 'indieweb' ); ?></h2> |
24 | 43 |
|
|
55 | 74 | ?> |
56 | 75 | </p> |
57 | 76 | </div> |
58 | | - |
59 | | - <div class="indieweb-flex what-is"> |
60 | | - <h2><?php esc_html_e( 'What is the IndieWeb?', 'indieweb' ); ?></h2> |
61 | | - |
62 | | - <p><?php _e( '<strong>Own your data.</strong> Create and publish content on your own site, and only optionally syndicate to third-party silos.', 'indieweb' ); ?></p> |
63 | | - <p> |
64 | | - <?php |
65 | | - _e( |
66 | | - 'This is the basis of the <strong>IndieWeb</strong>. For more, see <a |
67 | | - href="https://indieweb.org/principles" target="_blank">principles</a> and <a |
68 | | - href="https://indieweb.org/why" target="_blank">why</a>.', 'indieweb' |
69 | | - ); |
70 | | - ?> |
71 | | - </p> |
72 | | - |
73 | | - <p><?php _e( 'For even more information, please visit the <a href="https://indieweb.org/" target="_blank"><em>IndieWeb</em> wiki</a>.', 'indieweb' ); ?></p> |
74 | | - <p><?php _e( 'For assistance and to chat with community members, please visit <a href="https://indieweb.org/discuss" target="_blank">the discuss</a> page for more details.', 'indieweb' ); ?></p> |
75 | | - </div> |
76 | 77 | </div> |
77 | 78 | </div> |
0 commit comments