setup new freifunktheme (derived from FoundatioPress). Basic typography/styles
This commit is contained in:
parent
6f104d6e75
commit
d0bfff9ff2
317 changed files with 29524 additions and 29293 deletions
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
// If a featured image is set, insert into layout and use Interchange
|
||||
// to select the optimal image size per named media query.
|
||||
if ( has_post_thumbnail( $post->ID ) ) : ?>
|
||||
<header class="featured-hero" role="banner" data-interchange="[<?php the_post_thumbnail_url( 'featured-small' ); ?>, small], [<?php the_post_thumbnail_url( 'featured-medium' ); ?>, medium], [<?php the_post_thumbnail_url( 'featured-large' ); ?>, large], [<?php the_post_thumbnail_url( 'featured-xlarge' ); ?>, xlarge]">
|
||||
</header>
|
||||
<?php endif;
|
||||
Loading…
Add table
Add a link
Reference in a new issue