fix ticker link

This commit is contained in:
Matěj Divecký 2022-11-03 09:47:01 +01:00
parent 2964e8dfe8
commit 72bfd68bea

View file

@ -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>