<?php } ?>
<div class="small-12 columns home-feed-post-content">
<div class="front-page-post-content-container overlay">
- <h2 class="title-posts"><a href="<?php echo $block->url; ?>"><?php echo $block->post_title; ?></a></h2>
+ <h2 style="color: black;line-height: 1.1;" class="title-posts"><?php echo $block->post_title; ?></h2>
<div class="glm-block-content">
<?php echo wpautop($block->post_content) . $block->post_excerpt;?>
<?php if($block->url) { ?>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.3">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.4">
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">