Skip to content

Commit

Permalink
Tracka länkar
Browse files Browse the repository at this point in the history
  • Loading branch information
bonny committed May 11, 2024
1 parent b8b6958 commit d8f6271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/components/events-map.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class EventsMap {
<div class="EventsMap-marker-contentImage">
<img class="EventsMap-marker-image" src="${event.image}" alt="" />
</div>
<a href="${event.permalink}" class="EventsMap-marker-contentText EventsMap-marker-contentLink">
<a href="${event.permalink}?utm_source=brottsplatskartan&utm_content=maplink" class="EventsMap-marker-contentText EventsMap-marker-contentLink">
${event.time}${event.type}
<strong>${event.headline}</strong>
<div>Läs mer →</div>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/components/text-tv-box.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<ul class="TextTVBox-newslisting">
@foreach ($latestNews as $news)
<li>
<a href="{{ $news['permalink'] }}">
<a href="{{ $news['permalink'] }}?utm_source=brottsplatskartan&utm_content=newslist">
<div class="TextTVBox-newslisting-text">
<div>{{ $news['date_added_time'] }}</div>
<div>{{ $news['title'] }}</div>
Expand All @@ -63,7 +63,7 @@
<ul class="TextTVBox-newslisting">
@foreach ($mostRead as $news)
<li>
<a href="{{ $news['permalink'] }}">
<a href="{{ $news['permalink'] }}?utm_source=brottsplatskartan&utm_content=newslist">
<div class="TextTVBox-newslisting-text">
<div>{{ $news['date_added_time'] }}</div>
<div>{{ $news['title'] }}</div>
Expand Down

0 comments on commit d8f6271

Please sign in to comment.