feat(geocaching): add initial page for 2023
feat(sliding_gallery): add horizontal scrolling gallery component
This commit is contained in:
parent
b779f59e70
commit
9a3b414e76
13 changed files with 173 additions and 0 deletions
8
layouts/shortcodes/wikipedia_link.html
Normal file
8
layouts/shortcodes/wikipedia_link.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{{ $link := printf "https://%s.wikipedia.org/wiki/%s" (.Get "lang") (.Get "name") }}
|
||||
|
||||
<a href="{{ $link }}" class="btn wikipedia-btn" title="Voir l'article "{{.Get "name"}}" sur Wikipedia">
|
||||
{{ partial "helpers/svg" (dict "path" "icons/wikipedia_globe" "class" "btn__icon") }}
|
||||
<div>Voir l'article sur Wikipedia
|
||||
{{ partial "helpers/svg" (dict "path" "icons/external" "class" "icon_inline") }}
|
||||
</div>
|
||||
</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue