瀏覽代碼

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

tags/v1.0.0
Ben Kiefer 6 年之前
父節點
當前提交
d217f01a75
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      layouts/partials/blog.html

+ 2
- 2
layouts/partials/blog.html 查看文件



{{"<!-- section title -->" | safeHTML}} {{"<!-- section title -->" | safeHTML}}
<div class="title text-center wow fadeInDown"> <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 class="border"></div>
</div> </div>
{{"<!-- /section title -->" | safeHTML}} {{"<!-- /section title -->" | safeHTML}}
</div> </div>
</section> </section>
{{"<!-- /blog -->" | safeHTML}} {{"<!-- /blog -->" | safeHTML}}
{{ end }}
{{ end }}

Loading…
取消
儲存