import theme from Albatros dev site
This commit is contained in:
7
templates/page.html
Normal file
7
templates/page.html
Normal file
@ -0,0 +1,7 @@
|
||||
<!-- wp:cover {"customOverlayColor":"#f2f2f2","isUserOverlayColor":true,"isDark":false,"style":{"elements":{"heading":{"color":{"text":"#f2f2f2","background":"#f2f2f2"}}}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-cover is-light"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#f2f2f2"></span><div class="wp-block-cover__inner-container"><!-- wp:template-part {"slug":"header","tagName":"header","area":"header"} /-->
|
||||
|
||||
<!-- wp:post-content {"backgroundColor":"base-2"} /-->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer","area":"footer"} /--></div></div>
|
||||
<!-- /wp:cover -->
|
19
templates/single-post.html
Normal file
19
templates/single-post.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!-- wp:template-part {"slug":"header","tagName":"header","area":"header"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
|
||||
<main class="wp-block-group alignfull"><!-- wp:spacer {"height":"var:preset|spacing|40"} -->
|
||||
<div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:post-featured-image {"align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|20"}}}} /-->
|
||||
|
||||
<!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} -->
|
||||
<div class="wp-block-group alignwide"></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:spacer {"height":"var:preset|spacing|40"} -->
|
||||
<div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer --></main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer","area":"footer"} /-->
|
15
templates/single.html
Normal file
15
templates/single.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!-- wp:template-part {"slug":"header","tagName":"header","area":"header"} /-->
|
||||
|
||||
<!-- wp:heading -->
|
||||
<h2 class="wp-block-heading"></h2>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:post-content /-->
|
||||
|
||||
<!-- wp:query {"queryId":70,"query":{"perPage":"1","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} -->
|
||||
<div class="wp-block-query"><!-- wp:post-template -->
|
||||
<!-- wp:post-featured-image /-->
|
||||
<!-- /wp:post-template --></div>
|
||||
<!-- /wp:query -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer","area":"footer"} /-->
|
Reference in New Issue
Block a user