Skip to content

Commit

Permalink
Merge b6ff4c2 into ddcd8c9
Browse files Browse the repository at this point in the history
  • Loading branch information
Sellato committed Jan 10, 2019
2 parents ddcd8c9 + b6ff4c2 commit 908c0d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Frontend/Modules/Blog/Actions/Detail.php
Expand Up @@ -171,7 +171,7 @@ private function addTwitterCard(): void
$this->header->setTwitterCard(
$this->blogPost['title'],
$this->blogPost['meta_description'],
FRONTEND_FILES_URL . '/Blog/images/source/' . $this->blogPost['image']
SITE_URL . FRONTEND_FILES_URL . '/Blog/images/source/' . $this->blogPost['image']
);
}

Expand Down
Expand Up @@ -77,7 +77,7 @@
</div>
{% if item.image %}
<div class="col-md-4">
<img itemprop="image" class="img-responsive" src="{{ FRONTEND_FILES_URL }}/Blog/images/source/{{ item.image }}" alt="{{ item.title }}" />
<a href="{{ item.full_url }}" title="{{ item.title }}"><img itemprop="image" class="img-responsive" src="{{ FRONTEND_FILES_URL }}/Blog/images/source/{{ item.image }}" alt="{{ item.title }}" /></a>
</div>
{% endif %}
</div>
Expand Down

0 comments on commit 908c0d9

Please sign in to comment.