Skip to content

Commit

Permalink
feat: add copyright symbol to footer (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford authored May 24, 2023
1 parent 3d8c3f0 commit 7ce6f74
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions parts/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,16 @@
<!-- /wp:separator -->

<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
<div class="wp-block-group"><!-- wp:site-title {"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"x-small"} /-->
<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
<div class="wp-block-group"><!-- wp:paragraph {"fontSize":"x-small"} -->
<p class="has-x-small-font-size"><strong>©</strong></p>
<!-- /wp:paragraph -->

<!-- wp:site-title {"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"x-small"} /--></div>
<!-- /wp:group -->

<!-- wp:paragraph {"textColor":"base","fontSize":"x-small"} -->
<p class="has-base-color has-text-color has-x-small-font-size"><a href="https://newspack.com">Proudly powered by Newspack by Automattic</a></p>
<!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"var:preset|color|base"}}}},"textColor":"base","fontSize":"x-small"} -->
<p class="has-base-color has-text-color has-link-color has-x-small-font-size"><a href="https://newspack.com">Proudly powered by Newspack by Automattic</a></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:group --></div>
Expand Down

0 comments on commit 7ce6f74

Please sign in to comment.