Ver código fonte

updated about us section

pull/141/head
abhidj0090 4 anos atrás
pai
commit
033d031102
1 arquivos alterados com 7 adições e 2 exclusões
  1. 7
    2
      layouts/partials/about.html

+ 7
- 2
layouts/partials/about.html Ver arquivo

<div class="col-lg-12"> <div class="col-lg-12">
{{"<!-- section title -->" | safeHTML}} {{"<!-- section title -->" | safeHTML}}
<div class="title text-center wow fadeIn" data-wow-duration="1500ms"> <div class="title text-center wow fadeIn" data-wow-duration="1500ms">
<h2> {{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with .title }} {{ index (split . " ") 1 | safeHTML }} {{ end }} </span></h2>
<h2>
{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}
<span class="color">
{{ with .title }} {{ index (split . " ") 1 | safeHTML }} {{ end }}
</span>
{{ with .title }} {{ index (split . " ") 2 | safeHTML }} {{ end }}
</h2>
<div class="border-meghna"></div> <div class="border-meghna"></div>
</div> </div>
</div> </div>

Carregando…
Cancelar
Salvar