Initial import
This commit is contained in:
15
templates/front-page.html
Normal file
15
templates/front-page.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!-- wp:columns -->
|
||||
<div class="wp-block-columns"><!-- wp:column {"width":"66.66%","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:template-part {"slug":"header","tagName":"header","theme":"lasophielle"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30"}}}} -->
|
||||
<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30)"><!-- wp:post-content {"layout":{"type":"constrained"}} /--></main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer","theme":"lasophielle"} /--></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"33.33%","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:post-featured-image {"width":"100%","scale":"contain"} /--></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
17
templates/page.html
Normal file
17
templates/page.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!-- wp:columns -->
|
||||
<div class="wp-block-columns"><!-- wp:column {"width":"66.66%","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:template-part {"slug":"header","tagName":"header","theme":"lasophielle"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30"}}}} -->
|
||||
<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30)"><!-- wp:post-title {"style":{"typography":{"textTransform":"uppercase"},"spacing":{"margin":{"bottom":"0px"}}},"fontSize":"large"} /-->
|
||||
|
||||
<!-- wp:post-content {"layout":{"type":"constrained"}} /--></main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer","theme":"lasophielle"} /--></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"33.33%","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:post-featured-image {"width":"100%","scale":"contain"} /--></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
||||
Reference in New Issue
Block a user