Procházet zdrojové kódy

minor update

pull/141/head
abhidj0090 před 4 roky
rodič
revize
b342efebbd
1 změnil soubory, kde provedl 9 přidání a 2 odebrání
  1. 9
    2
      layouts/events/list.html

+ 9
- 2
layouts/events/list.html Zobrazit soubor

<div class="col-12"> <div class="col-12">
{{"<!-- section title -->" | safeHTML}} {{"<!-- section title -->" | safeHTML}}
<div class="title text-center wow fadeInDown"> <div class="title text-center wow fadeInDown">
<h2>{{ with i18n "upcomingSectionTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with i18n "upcomingSectionTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}</span></h2>
<h2>{{ with i18n "upcomingSectionTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}
<span class="color">
{{ with i18n "upcomingSectionTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}
</span>
{{ with i18n "upcomingSectionTitle" }} {{ index (split . " ") 2 | safeHTML }} {{ end }}
<span class="color">
{{ with i18n "upcomingSectionTitle" }} {{ index (split . " ") 4 | safeHTML }} {{ end }}
</span>
</h2>
<div class="border-meghna"></div> <div class="border-meghna"></div>
</div> </div>
</div> </div>

Načítá se…
Zrušit
Uložit