We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7feb4a7 commit bf32781Copy full SHA for bf32781
1 file changed
layouts/shortcodes/timer/timer.html
@@ -12,7 +12,7 @@
12
</div>
13
14
{{ else if eq $showbutton "true" }}
15
-<a href="{{ $link }}" class="timer-btn"> {{ $title }} </a>
+<a href="{{ $link }}" target="_blank" rel="noopener noreferrer" class="timer-btn"> {{ $title }} </a>
16
{{ end }}
17
18
<script>
0 commit comments