From 8874b07d8a3a0b0ad717271a0dac596dc33f5615 Mon Sep 17 00:00:00 2001 From: "Aaron N. Brock" Date: Fri, 2 Oct 2020 20:06:05 -0400 Subject: [PATCH] update blog title --- exampleSite/data/blogSection.yml | 3 +-- layouts/partials/blogSection.html | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/exampleSite/data/blogSection.yml b/exampleSite/data/blogSection.yml index 3dee31e..c182830 100644 --- a/exampleSite/data/blogSection.yml +++ b/exampleSite/data/blogSection.yml @@ -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. diff --git a/layouts/partials/blogSection.html b/layouts/partials/blogSection.html index 506aa15..747c6ef 100644 --- a/layouts/partials/blogSection.html +++ b/layouts/partials/blogSection.html @@ -8,8 +8,8 @@
- {{ .topTitle }} - {{ .content | markdownify }} + {{ .topTitle }} + {{ .title | markdownify }}