- Timestamp:
- 01/12/2018 08:00:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/front-page.php
r42347 r42437 25 25 get_template_part( 'template-parts/page/content', 'front-page' ); 26 26 endwhile; 27 else : // I'm not sure it's possible to have no posts when this page is shown, but WTH.27 else : 28 28 get_template_part( 'template-parts/post/content', 'none' ); 29 29 endif;
Note: See TracChangeset
for help on using the changeset viewer.