update blog title

master
Aaron N. Brock 4 years ago
parent 7098c1148d
commit 8874b07d8a
  1. 3
      exampleSite/data/blogSection.yml
  2. 4
      layouts/partials/blogSection.html

@ -1,8 +1,7 @@
---
enable: true
topTitle: Blog
title: Recent Article
content: >
title: >
## Recent Article
Enjoy team diversity and increase their networks among others people in various fields by provided.

@ -8,8 +8,8 @@
<div class="row mb-5">
<div class="col-lg-6">
<div class="blog__header">
<span>{{ .topTitle }}</span>
{{ .content | markdownify }}
<span class="topTitle">{{ .topTitle }}</span>
{{ .title | markdownify }}
</div>
</div>
<div class="col-lg-6">

Loading…
Cancel
Save