fix ticker link
This commit is contained in:
parent
2964e8dfe8
commit
72bfd68bea
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
</template>
|
||||
</ol>
|
||||
{{ with site.Params.tickerClientURL }}
|
||||
<a class="link md:text-sm font-bold" href="{{ . }}" target="_blank">Přečíst starší zprávy →</a>
|
||||
<a class="link md:text-sm font-bold" href="https://{{ . }}" target="_blank">Přečíst starší zprávy →</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue