Skip to content

Commit bf32781

Browse files
committed
FIX Link
1 parent 7feb4a7 commit bf32781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/shortcodes/timer/timer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</div>
1313

1414
{{ else if eq $showbutton "true" }}
15-
<a href="{{ $link }}" class="timer-btn"> {{ $title }} </a>
15+
<a href="{{ $link }}" target="_blank" rel="noopener noreferrer" class="timer-btn"> {{ $title }} </a>
1616
{{ end }}
1717

1818
<script>

0 commit comments

Comments
 (0)