ソースを参照

minor update

pull/141/head
abhidj0090 4年前
コミット
2fc2fe14fb
1個のファイルの変更9行の追加2行の削除
  1. 9
    2
      layouts/partials/events.html

+ 9
- 2
layouts/partials/events.html ファイルの表示

@@ -6,8 +6,15 @@
<div class="col-lg-12">
{{"<!-- section title -->" | safeHTML}}
<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 . " ") 3 | safeHTML }} {{ end }}
</span>
</h2>
<div class="border-meghna"></div>
</div>
</div>

読み込み中…
キャンセル
保存