Skip to content

Commit

Permalink
Genesis Sample 3.2.0 (#323)
Browse files Browse the repository at this point in the history
* Append version number to zip file name.

- Was: genesis-sample.zip
- Now: genesis-sample.3.0.1.zip

This helps prevent write issues when uploading zips to
my.studiopress.com, and makes it less confusing what version is
being uploaded.

Files will still unzip to a genesis-sample folder.

* Bump lodash from 4.17.11 to 4.17.14 (#279)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <[email protected]>

* Add footer widgets to onboarding config (#277)

* Add footer widgets to onboarding config

Ensures footer widgets are imported during one-click theme setup.

Dependent on widget import being implemented in Genesis 3.1.
See studiopress/genesis#2141.

Fixes #276.

* Enable visual mode for text widgets

Prevents an issue where imported widget content would appear as plain
text, with a message above the widget in the admin area suggesting
conversion to a Custom HTML widget.

* Add theme support for genesis-custom-logo (#281)

* Feature/Starter Packs (#283)

* Remove Blocks template
* Update homepage import meta
- set full width layout
- hide Title
- hide Breadcrumbs
* Remove `breadcrumb_front_page` setting filter
* Add missing photo credit in onboarding content
* Add homepage starter packs
* Update CSS for hidden titles

* Change/short array syntax (#285)

* Update phpcs config to use short array syntax
* Update files to use PHP short array syntax

Fixes #284

* Feature/tooling circleci (#286)

* Ignore .DS_Store files

* Add circleci

* Bump phpcs testing versions

* Feature/featured images (#282)

* Add featured image support for singular posts and pages

- Adds image size
- Adds config file for post type supports (reflecting how we're handling theme supports)

* Hide featued image on imported content (#287)

Hides the featured image on home, about, and landing pages if the images are enabled site-wide and a featured image is set.

* Feature/landing page settings (#289)

* Allow alternate layouts on landing page
* Allow breadcrumbs on landing page
* Update landing page import meta

* Ensure a logo width of lower than 100 cannot be saved (#288)

* Ensure a logo width of < 100 cannot be saved

Even though the field has a min attribute of 100, a value of lower
than 100 can still be saved if entered manually rather than using the
input field stepper controls.

This commit adds a custom validation callback to prevent values under
100 from being saved.

Reported by Marcy Diaz in Slack.

Props @dreamwhisper.

* Update variable name (#291)

* Update child-theme-settings.php (#292)

Closes #290

* Update archive image size and alignement (#295)

Sets the Content Archive image size to `genesis-singular-images` with center alignment. This better fits the theme and is more reliable since we can't guarantee the `thumbnail` size exists (is unset) or is suitable.

* Release/3.1.0 (#294)

* Bump version to 3.1.0
* Update genesis-sample.pot
* Add 3.1.0 Changelog
* Note tooling updates are included only in GitHub version
* Add tentative release date.

* Update screenshot.png (#297)

* Update screenshot.png

* Include updated screenshot in changelog

* Changelog additions (#298)

* Refactor genesis_sample_secondary_menu_args function (#299)

* Refactor genesis_sample_secondary_menu_args function.
* Add genesis_sample_secondary_menu_args change to changelog.

* Bump eslint-utils from 1.3.1 to 1.4.2 (#303)

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](mysticatea/eslint-utils@v1.3.1...v1.4.2)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mixin-deep from 1.3.1 to 1.3.2 (#304)

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <[email protected]>

* Fix/woocommerce flex (#305)

* Account for WooCommerce shortcodes & shop page in flexbox styles
* Style products blocks
* Update changelog with unreleased WooCommerce fixes

* Update package-lock.json (#306)

* Add 3.2 Lazy Load (#311)

* Update theme-supports.php

* Arrow alignment

* Add new HTML5 theme support (#314)

WordPress 5.3 is introducing new arguments for add_theme_support, to
prevent validation warnings for style/script files. This resolves issue
#313.

* Updates/wordpress 53 (#318)

* Account for gallery class change

WordPress 5.3 moves the `wp-block-gallery` class to the figure rather than the ul and adds `blocks-gallery-grid` to the ul. This updates to account for the class change.

* Add center alignement to figcaption

WP 5.3 has removed `text-align: center` from block styles for figcaption. This adds it back to restore the original style and prevent full width captions from being flush with the browser edge.

* Add styling for gallery captions

* Remove unnecessary button CSS

WordPress 5.3 removes the squared button style in favor of a border-radius setting. The default border-radius setting is blank in the editor. Thus, the default of 5px is left set in the current CSS. We could possibly move this to inline styles and set it in the config.

* Update caption styles for editor

Removes duplicate figcaption style as well.

* Remove custom wp-block-column CSS

WP 5.3 removes the `has-x-columns` classes so they are no longer relevant. Also, defer to default margin on columns.

* Remove border from is-style-stripes table style

* Allow fixed table block setting to work

* Adjust table padding

* Add alignment styles

WP 5.3 adds `has-text-align-center`, `has-text-align-left`, & `has-text-align-right` classes. In some cases, these are styled by WP, but in others, the styles are missing.

* Match editor and front end table styles

* Update homepage content import

- Update for alignment classes
- Change from WP Columns block to AB Advanced Columns

* Match width of inner blocks to front end

* Allow 5.3 hr color option

* Updates/53 width (#317)

* Updates for nested blocks

* AB Spacer background transparency

* Update editor separator styles

* Alternate separator method

* Backward compatibility for gallery padding

* Consolidate table styles

* Editor width adjustment

* Revert "Editor width adjustment"

This reverts commit c81ec79.

* Combine rules

* Reorder CSS

* Update category/featured post block

Also allows child option to work in the category block.

* Minor editor adjustment

* Adjust full-width cover block width

* Scope CSS to .entry-content

* Consolidate and better match captions

* Adjust column media query

* Update version and changelog

* Changelog addition

* Updates/genesis 32 (#319)

* Set post meta on theme activation

* Allow footer widgets on landing page template

* Hide footer widgets on imported landing page

* Update phpcs.xml.dist and fix warnings (#320)

* Release/3.2.0 (#322)

* Update package/package-lock.json

* Run autoprefixer

* Update language .pot

* Changelog additions
  • Loading branch information
nickcernis authored Nov 12, 2019
1 parent 063fef9 commit 63480b8
Show file tree
Hide file tree
Showing 16 changed files with 596 additions and 481 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Genesis Sample Theme Changelog

## [3.2.0] - 2019-11-12

### Added
* HTML5 supports for `scripts` and `styles` available in WordPress 5.3.
* Support for `genesis-lazy-load-images` available in Genesis 3.2.
* WordPress 5.3 alignment classes.
* Set post meta on theme activation.

### Changed
* Spacing between WooCommerce products.
* Block width CSS for nested blocks.
* Separator and hr styles to allow for block color options.
* CSS for image, gallery, and gallery item figcaptions.
* Add styles for new `blocks-gallery-grid` gallery class.
* CSS for tables for better consistency between editor and front end and to allow for new WordPress 5.3 settings.
* Allow footer widgets to be displayed on the landing page template.
* Set imported landing page meta to hide footer widgets. Requires Genesis 3.2 or higher.
* Update homepage content import to use Atomic Blocks Adanced Columns block.
* Update the phpcs config to exclude a PHP short array rule intended only for WordPress core.

### Fixed
* Ensure that the flexbox styles equally apply to the WooCommerce shop page and a page using the [products] shortcode.
* Ensure that general list styles do not apply to WooCommerce product blocks.

### Removed
* Squared button styles in favor of new button block border-radius setting.

## [3.1.0] - 2019-08-21
Requires Genesis 3.1.0+

Expand Down
2 changes: 2 additions & 0 deletions config/child-theme-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
'content_archive' => 'full',
'content_archive_limit' => 0,
'content_archive_thumbnail' => 0,
'entry_meta_after_content' => '[post_categories] [post_tags]',
'entry_meta_before_content' => '[post_date] ' . __( 'by', 'genesis-sample' ) . ' [post_author_posts_link] [post_comments] [post_edit]',
'image_size' => 'genesis-singular-images',
'image_alignment' => 'aligncenter',
'posts_nav' => 'numeric',
Expand Down
104 changes: 49 additions & 55 deletions config/import/content/home-black-white.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,100 +28,94 @@
<!-- wp:button {"textColor":"light-gray","className":"is-style-default"} -->
<div class="wp-block-button is-style-default"><a class="wp-block-button__link has-text-color has-light-gray-color" href="#">Learn More</a></div>
<!-- /wp:button -->
</div></div>
<!-- /wp:button --></div></div>
<!-- /wp:media-text -->
<!-- wp:atomic-blocks/ab-container {"containerPaddingTop":4.5,"containerWidth":"full","containerBackgroundColor":"#333"} -->
<div style="background-color:#333;padding-left:0%;padding-right:0%;padding-bottom:0%;padding-top:4.5%;margin-top:0%;margin-bottom:0%" class="wp-block-atomic-blocks-ab-container alignfull ab-block-container"><div class="ab-container-inside"><div class="ab-container-content" style="max-width:1600px"><!-- wp:atomic-blocks/ab-cta {"buttonText":"Get Started Today","buttonBackgroundColor":"#0072e5","ctaBackgroundColor":"#333333","ctaTextColor":"#f5f5f5"} -->
<div style="background-color:#333333;text-align:center" class="wp-block-atomic-blocks-ab-cta ab-block-cta"><div class="ab-cta-content"><h2 class="ab-cta-title ab-font-size-32" style="color:#f5f5f5">Ready to take your next step?</h2><div class="ab-cta-text ab-font-size-32" style="color:#f5f5f5"><p>Grow your audience and build a profitable online business.</p></div></div><div class="ab-cta-button"><a href="#" target="_self" class="ab-button ab-button-shape-rounded ab-button-size-medium" style="color:#ffffff;background-color:#0072e5">Get Started Today</a></div></div>
<!-- /wp:atomic-blocks/ab-cta -->
</div></div></div>
<!-- wp:atomic-blocks/ab-container {"containerPaddingTop":4.5,"containerPaddingRight":0,"containerPaddingBottom":0,"containerPaddingLeft":0,"containerMarginTop":0,"containerMarginBottom":0,"containerWidth":"full","containerBackgroundColor":"#333"} -->
<div style="background-color:#333;padding-top:4.5%" class="wp-block-atomic-blocks-ab-container ab-block-container alignfull"><div class="ab-container-inside"><div class="ab-container-content" style="max-width:1600px"><!-- wp:atomic-blocks/ab-cta {"buttonText":"Get Started Today","buttonBackgroundColor":"#0072e5","ctaBackgroundColor":"#333333","ctaTextColor":"#f5f5f5"} -->
<div style="background-color:#333333;text-align:center" class="wp-block-atomic-blocks-ab-cta ab-block-cta"><div class="ab-cta-content"><h2 class="ab-cta-title ab-font-size-32" style="color:#f5f5f5">Ready to take your next step?</h2><div class="ab-cta-text ab-font-size-32" style="color:#f5f5f5"><p>Grow your audience and build a profitable online business.</p></div></div><div class="ab-cta-button"><a href="#" target="_self" rel="noopener noreferrer" class="ab-button ab-button-shape-rounded ab-button-size-medium" style="color:#ffffff;background-color:#0072e5">Get Started Today</a></div></div>
<!-- /wp:atomic-blocks/ab-cta --></div></div></div>
<!-- /wp:atomic-blocks/ab-container -->
<!-- wp:atomic-blocks/ab-spacer {"spacerHeight":60} -->
<div style="color:#ddd" class="wp-block-atomic-blocks-ab-spacer ab-block-spacer ab-divider-solid ab-divider-size-1"><hr style="height:60px"/></div>
<!-- /wp:atomic-blocks/ab-spacer -->
<!-- wp:heading {"align":"center"} -->
<h2 style="text-align:center">What people are saying</h2>
<h2 class="has-text-align-center">What people are saying</h2>
<!-- /wp:heading -->
<!-- wp:atomic-blocks/ab-spacer {"spacerHeight":25} -->
<div style="color:#ddd" class="wp-block-atomic-blocks-ab-spacer ab-block-spacer ab-divider-solid ab-divider-size-1"><hr style="height:25px"/></div>
<!-- /wp:atomic-blocks/ab-spacer -->
<!-- wp:columns {"columns":3,"align":"wide"} -->
<div class="wp-block-columns alignwide has-3-columns"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:atomic-blocks/ab-testimonial -->
<!-- wp:atomic-blocks/ab-columns {"columns":3,"layout":"ab-3-col-equal","align":"wide"} -->
<div class="wp-block-atomic-blocks-ab-columns ab-layout-columns-3 ab-3-col-equal alignwide"><div class="ab-layout-column-wrap ab-block-layout-column-gap-2 ab-is-responsive-column"><!-- wp:atomic-blocks/ab-column -->
<div class="wp-block-atomic-blocks-ab-column ab-block-layout-column"><div class="ab-block-layout-column-inner"><!-- wp:atomic-blocks/ab-testimonial -->
<div style="background-color:#f2f2f2;color:#32373c" class="wp-block-atomic-blocks-ab-testimonial left-aligned ab-font-size-18 ab-block-testimonial"><div class="ab-testimonial-text"><p>Your course helped me to grow my email list from 500 to over 10,000 subscribers—all within 3 months! </p></div><div class="ab-testimonial-info"><h2 class="ab-testimonial-name" style="color:#32373c">Jane</h2><small class="ab-testimonial-title" style="color:#32373c">Food Blogger</small></div></div>
<!-- /wp:atomic-blocks/ab-testimonial --></div>
<!-- /wp:column -->
<!-- /wp:atomic-blocks/ab-testimonial --></div></div>
<!-- /wp:atomic-blocks/ab-column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:atomic-blocks/ab-testimonial -->
<!-- wp:atomic-blocks/ab-column -->
<div class="wp-block-atomic-blocks-ab-column ab-block-layout-column"><div class="ab-block-layout-column-inner"><!-- wp:atomic-blocks/ab-testimonial -->
<div style="background-color:#f2f2f2;color:#32373c" class="wp-block-atomic-blocks-ab-testimonial left-aligned ab-font-size-18 ab-block-testimonial"><div class="ab-testimonial-text"><p>I started using your email marketing technique and it helped me to make $5,000 more a month without any extra work! </p></div><div class="ab-testimonial-info"><h2 class="ab-testimonial-name" style="color:#32373c">Rob</h2><small class="ab-testimonial-title" style="color:#32373c">Copywriter</small></div></div>
<!-- /wp:atomic-blocks/ab-testimonial --></div>
<!-- /wp:column -->
<!-- /wp:atomic-blocks/ab-testimonial --></div></div>
<!-- /wp:atomic-blocks/ab-column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:atomic-blocks/ab-testimonial -->
<!-- wp:atomic-blocks/ab-column -->
<div class="wp-block-atomic-blocks-ab-column ab-block-layout-column"><div class="ab-block-layout-column-inner"><!-- wp:atomic-blocks/ab-testimonial -->
<div style="background-color:#f2f2f2;color:#32373c" class="wp-block-atomic-blocks-ab-testimonial left-aligned ab-font-size-18 ab-block-testimonial"><div class="ab-testimonial-text"><p>I was skeptical but I found that your system had multiplied my revenue by 40% after just the first quarter! </p></div><div class="ab-testimonial-info"><h2 class="ab-testimonial-name" style="color:#32373c">Susan</h2><small class="ab-testimonial-title" style="color:#32373c">Entrepreneur</small></div></div>
<!-- /wp:atomic-blocks/ab-testimonial --></div>
<!-- /wp:column --></div>
<!-- /wp:columns -->
<!-- /wp:atomic-blocks/ab-testimonial --></div></div>
<!-- /wp:atomic-blocks/ab-column --></div></div>
<!-- /wp:atomic-blocks/ab-columns -->
<!-- wp:atomic-blocks/ab-spacer -->
<div style="color:#ddd" class="wp-block-atomic-blocks-ab-spacer ab-block-spacer ab-divider-solid ab-divider-size-1"><hr style="height:30px"/></div>
<!-- /wp:atomic-blocks/ab-spacer -->
<!-- wp:atomic-blocks/ab-container {"containerPaddingTop":12,"containerPaddingRight":5,"containerPaddingBottom":2.5,"containerPaddingLeft":5,"containerMarginTop":6,"containerMarginBottom":5,"containerWidth":"full","containerMaxWidth":1062,"containerBackgroundColor":"#333"} -->
<div style="background-color:#333;padding-left:5%;padding-right:5%;padding-bottom:2.5%;padding-top:12%;margin-top:6%;margin-bottom:5%" class="wp-block-atomic-blocks-ab-container ab-block-container alignfull"><div class="ab-container-inside"><div class="ab-container-content" style="max-width:1062px"><!-- wp:columns -->
<div class="wp-block-columns has-2-columns"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:paragraph {"align":"left","customTextColor":"#f5f5f5","customFontSize":40} -->
<p style="color:#f5f5f5;font-size:40px;text-align:left" class="has-text-color">Contact us today</p>
<!-- /wp:paragraph --></div>
<!-- /wp:column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:button {"customTextColor":"#f5f5f5","align":"right","className":"is-style-outline"} -->
<div class="wp-block-button alignright is-style-outline home-contact"><a class="wp-block-button__link has-text-color" href="#" style="color:#f5f5f5">Get in touch</a></div>
<!-- /wp:button --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div></div></div>
<!-- /wp:atomic-blocks/ab-container -->
<!-- wp:atomic-blocks/ab-columns {"columns":2,"layout":"ab-2-col-equal","align":"full","paddingTop":14,"paddingRight":5,"paddingBottom":8,"paddingLeft":5,"paddingUnit":"%","customTextColor":"#ffffff","customBackgroundColor":"#333333","columnMaxWidth":1062} -->
<div class="wp-block-atomic-blocks-ab-columns ab-layout-columns-2 ab-2-col-equal ab-has-custom-background-color ab-has-custom-text-color ab-columns-center alignfull" style="padding-top:14%;padding-right:5%;padding-bottom:8%;padding-left:5%;background-color:#333333;color:#ffffff"><div class="ab-layout-column-wrap ab-block-layout-column-gap-2 ab-is-responsive-column" style="max-width:1062px"><!-- wp:atomic-blocks/ab-column -->
<div class="wp-block-atomic-blocks-ab-column ab-block-layout-column"><div class="ab-block-layout-column-inner"><!-- wp:paragraph {"align":"left","customTextColor":"#ffffff","customFontSize":40} -->
<p style="color:#ffffff;font-size:40px" class="has-text-color has-text-align-left">Contact us today</p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:atomic-blocks/ab-column -->
<!-- wp:atomic-blocks/ab-column -->
<div class="wp-block-atomic-blocks-ab-column ab-block-layout-column"><div class="ab-block-layout-column-inner"><!-- wp:button {"customTextColor":"#ffffff","borderRadius":0,"align":"right","className":"is-style-outline home-contact"} -->
<div class="wp-block-button alignright is-style-outline home-contact"><a class="wp-block-button__link has-text-color no-border-radius" href="/contact" style="color:#ffffff">Get in touch</a></div>
<!-- /wp:button --></div></div>
<!-- /wp:atomic-blocks/ab-column --></div></div>
<!-- /wp:atomic-blocks/ab-columns -->
<!-- wp:atomic-blocks/ab-spacer {"spacerHeight":60} -->
<div style="color:#ddd" class="wp-block-atomic-blocks-ab-spacer ab-block-spacer ab-divider-solid ab-divider-size-1"><hr style="height:60px"/></div>
<!-- /wp:atomic-blocks/ab-spacer -->
<!-- wp:columns {"align":"wide"} -->
<div class="wp-block-columns alignwide has-2-columns"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:atomic-blocks/ab-accordion {"accordionOpen":true} -->
<div class="wp-block-atomic-blocks-ab-accordion ab-block-accordion ab-font-size-18"><details open><summary class="ab-accordion-title">Can I phone or email you?</summary><div class="ab-accordion-text"><!-- wp:paragraph -->
<p>You can reach us on our <a href="#">contact page</a> or by calling us at 1.123.456.7891</p>
<!-- wp:atomic-blocks/ab-columns {"columns":2,"layout":"ab-2-col-equal","align":"wide"} -->
<div class="wp-block-atomic-blocks-ab-columns ab-layout-columns-2 ab-2-col-equal alignwide"><div class="ab-layout-column-wrap ab-block-layout-column-gap-2 ab-is-responsive-column"><!-- wp:atomic-blocks/ab-column -->
<div class="wp-block-atomic-blocks-ab-column ab-block-layout-column"><div class="ab-block-layout-column-inner"><!-- wp:atomic-blocks/ab-accordion {"accordionOpen":true,"className":"ab-font-size-18"} -->
<div class="wp-block-atomic-blocks-ab-accordion ab-font-size-18 ab-block-accordion"><details open><summary class="ab-accordion-title">Can I phone or email you?</summary><div class="ab-accordion-text"><!-- wp:paragraph -->
<p>You can reach us on our <a href="/contact">contact page</a> or by calling us at 1.123.456.7891</p>
<!-- /wp:paragraph --></div></details></div>
<!-- /wp:atomic-blocks/ab-accordion -->
<!-- wp:atomic-blocks/ab-accordion -->
<div class="wp-block-atomic-blocks-ab-accordion ab-block-accordion ab-font-size-18"><details><summary class="ab-accordion-title">How long have you been in business?</summary><div class="ab-accordion-text"><!-- wp:paragraph -->
<!-- wp:atomic-blocks/ab-accordion {"className":"ab-font-size-18"} -->
<div class="wp-block-atomic-blocks-ab-accordion ab-font-size-18 ab-block-accordion"><details><summary class="ab-accordion-title">How long have you been in business?</summary><div class="ab-accordion-text"><!-- wp:paragraph -->
<p>Our team has a combined experience of over 60 years.</p>
<!-- /wp:paragraph --></div></details></div>
<!-- /wp:atomic-blocks/ab-accordion -->
<!-- wp:atomic-blocks/ab-accordion -->
<div class="wp-block-atomic-blocks-ab-accordion ab-block-accordion ab-font-size-18"><details><summary class="ab-accordion-title">What is your return policy?</summary><div class="ab-accordion-text"><!-- wp:paragraph -->
<!-- wp:atomic-blocks/ab-accordion {"className":"ab-font-size-18"} -->
<div class="wp-block-atomic-blocks-ab-accordion ab-font-size-18 ab-block-accordion"><details><summary class="ab-accordion-title">What is your return policy?</summary><div class="ab-accordion-text"><!-- wp:paragraph -->
<p>We offer a 30-day return policy for all unused items. For more information, please view our terms of service.</p>
<!-- /wp:paragraph --></div></details></div>
<!-- /wp:atomic-blocks/ab-accordion --></div>
<!-- /wp:column -->
<!-- /wp:atomic-blocks/ab-accordion --></div></div>
<!-- /wp:atomic-blocks/ab-column -->
<!-- wp:column -->
<div class="wp-block-column"><!-- wp:image {"id":308} -->
<!-- wp:atomic-blocks/ab-column -->
<div class="wp-block-atomic-blocks-ab-column ab-block-layout-column"><div class="ab-block-layout-column-inner"><!-- wp:image {"id":308} -->
<figure class="wp-block-image"><img src="$genesis_sample_homepage_faq_image_url" alt="" class="wp-image-308"/><figcaption>Photo by&nbsp;<a href="https://unsplash.com/photos/rjhvXX7JBPc">Haley Powers</a>&nbsp;on&nbsp;<a href="https://unsplash.com/">Unsplash</a></figcaption></figure>
<!-- /wp:image --></div>
<!-- /wp:column --></div>
<!-- /wp:columns -->
<!-- /wp:image --></div></div>
<!-- /wp:atomic-blocks/ab-column --></div></div>
<!-- /wp:atomic-blocks/ab-columns -->
CONTENT;
Loading

0 comments on commit 63480b8

Please sign in to comment.