small-about.php 467 B

1234567891011
  1. <?php
  2. /**
  3. * Title: Small About Text
  4. * Slug: vetro/small-about
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.3","fontSize":"0.8rem","fontStyle":"normal","fontWeight":"500"}}} -->
  9. <p style="font-size:0.8rem;font-style:normal;font-weight:500;line-height:1.3"><?php echo esc_html__( 'We\'re open for new collaborations.', 'vetro' ); ?><br><?php echo esc_html__( 'News to be updated weekly.', 'vetro' ); ?></p>
  10. <!-- /wp:paragraph -->