Initial commit: WordPress wp-content (themes, plugins, languages)
- Theme: momentry (custom theme with REST API routes) - Plugins: code-snippets (contains all API proxies) - Languages: zh_TW translations - Excludes: cache, backups, uploads, logs
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Title: Hidden Heading for Homepage
|
||||
* Slug: twentytwentythree/hidden-heading
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
<!-- wp:heading {"level":1,"align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|60"}}}} -->
|
||||
<h1 class="alignwide" style="margin-bottom:var(--wp--preset--spacing--60)"><?php echo esc_html_x( 'Mindblown: a blog about philosophy.', 'Main heading for homepage', 'twentytwentythree' ); ?></h1>
|
||||
<!-- /wp:heading -->
|
||||
Reference in New Issue
Block a user