diff options
-rw-r--r-- | src/templates/collecting-crh.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/collecting-crh.html.tmpl b/src/templates/collecting-crh.html.tmpl index 67f4fb2..a44d08a 100644 --- a/src/templates/collecting-crh.html.tmpl +++ b/src/templates/collecting-crh.html.tmpl @@ -199,7 +199,7 @@ (tuple "es" "Banco de EspaƱa") }} <p> {{ $p.Get "You can purchase individual coins and commemorative coin rolls (even those of other countries). You can watch a video {Link:L}here{-:E} to see how to do it." - (map "Link" "https://youtu.be/QRFuD6olH80?t=135") }} + (map "Link" "https://youtu.be/QRFuD6olH80?t=135") | safe }} </p> {{ withTranslations "h3" @@ -536,4 +536,4 @@ </details> {{ end }} </main> -{{ end }} +{{ end }}
\ No newline at end of file |