Skip to content

Commit

Permalink
Issue #14 - add featured-image-left custom template
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed May 5, 2021
1 parent 7691c8b commit 7629d7e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions block-templates/featured-image-left.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!-- wp:template-part {"slug":"header","theme":"thisis"} /-->

<!-- wp:group {"backgroundColor":"site-header-background","layout":{"inherit":true}} -->
<div class="wp-block-group has-site-header-background-background-color has-background"><!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:post-title {"align":"wide","style":{"typography":{"fontFamily":"var:preset|font-family|opensans"}},"textColor":"very-light-gray"} /--></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
<!-- /wp:group -->

<!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:post-featured-image /--></div>
<!-- /wp:column -->

<!-- wp:column -->
<div class="wp-block-column"><!-- wp:post-content /--></div>
<!-- /wp:column -->

<!-- wp:column -->
<div class="wp-block-column"><!-- wp:template-part {"slug":"page-tree","theme":"thisis"} /--></div>
<!-- /wp:column --></div>
<!-- /wp:columns -->

<!-- wp:paragraph -->
<p></p>
<!-- /wp:paragraph -->

<!-- wp:template-part {"slug":"footer","theme":"thisis","backgroundColor":"very-light-gray","textColor":"foreground","layout":{"inherit":true}} /-->

<!-- wp:template-part {"slug":"post-footer-stuff","theme":"thisis"} /-->

0 comments on commit 7629d7e

Please sign in to comment.