STYLE Add custom styles for post-card component to handle target='_blank' links
This commit is contained in:
parent
615172778d
commit
e6f1a60a9d
2
page.php
2
page.php
|
|
@ -1,6 +1,6 @@
|
||||||
<?php get_header(); ?>
|
<?php get_header(); ?>
|
||||||
|
|
||||||
<main id="content" class="site-content flex-grow">
|
<main id="content" class="site-content entry-content flex-grow">
|
||||||
<?php if (have_posts()) : ?>
|
<?php if (have_posts()) : ?>
|
||||||
<?php
|
<?php
|
||||||
while (have_posts()) :
|
while (have_posts()) :
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user