Kaynağa Gözat

blog header is displaying twice. Should be consistent with other pages

tags/v1.0.0
Ben Kiefer 6 yıl önce
ebeveyn
işleme
d217f01a75
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      layouts/partials/blog.html

+ 2
- 2
layouts/partials/blog.html Dosyayı Görüntüle

@@ -6,7 +6,7 @@

{{"<!-- section title -->" | safeHTML}}
<div class="title text-center wow fadeInDown">
<h2> {{ with .Site.Data.blog.heading }} {{ . }} {{ end }} <span class="color"> {{ with .Site.Data.blog.heading }} {{ . }} {{ end }} </span></h2>
<h2> {{ with .Site.Data.blog.heading }} {{ . }} {{ end }} <span class="color"> {{ with .Site.Data.blog.headingSpan }} {{ . }} {{ end }} </span></h2>
<div class="border"></div>
</div>
{{"<!-- /section title -->" | safeHTML}}
@@ -38,4 +38,4 @@
</div>
</section>
{{"<!-- /blog -->" | safeHTML}}
{{ end }}
{{ end }}

Loading…
İptal
Kaydet