Skip to content

Commit

Permalink
הוספת פרמטרי utm למעקב עם אנליטיקס
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Dec 5, 2024
1 parent bea12aa commit f8892df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/youtube-channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ title: ערוץ היוטיוב
<div class="video-categories">
{% for playlist in site.data.videos.playlists reversed %}
<div class="video-category" id="{{ playlist.title | slugify }}">
<h3><a href="{{ playlist.url }}" target="_blank" rel="noopener noreferrer"><i class="fas fa-play-circle"></i> {{ playlist.title }}</a></h3>
<h3><a href="{{ playlist.url }}&utm_source=ze-kal-site&utm_medium=link" target="_blank" rel="noopener noreferrer"><i class="fas fa-play-circle"></i> {{ playlist.title }}</a></h3>
<p>{{ playlist.description | markdownify }}</p>
<div class="video-grid">
{% for video in playlist.videos %}
<div class="video-item">
<a href="{{ video.url }}" target="_blank" rel="noopener noreferrer">
<a href="{{ video.url }}&utm_source=ze-kal-site&utm_medium=link" target="_blank" rel="noopener noreferrer">
<div class="video-preview" style="background-image: url('{{ video.thumbnail }}');">
<i class="fas fa-play play-icon"></i>
</div>
Expand Down

0 comments on commit f8892df

Please sign in to comment.