Include flags and remove cloudfront links (gdpr)

This commit is contained in:
Djordje Atlialp 2023-04-03 00:13:36 +02:00
parent a00b974ab3
commit 2e90fec04f
540 changed files with 25579 additions and 6 deletions

View file

@ -11,7 +11,7 @@
{{ if .IsTranslated }} | {{ i18n "postAvailable" }}
{{ range .Translations }}
<a href="{{ .Permalink }}"><span class="flag flag-icon flag-icon-{{ index $.Site.Data.langFlags (.Lang) }} flag-icon-squared"></span></a>
<a href="{{ .Permalink }}"><span class="flag fi fi-{{ index $.Site.Data.langFlags (.Lang) }}"></span></a>
{{ end}}
{{ end }}
</p>