From c28b5cace105d9f12be8877dff68028c3c93f7ac Mon Sep 17 00:00:00 2001 From: "Aaron N. Brock" Date: Fri, 2 Oct 2020 19:42:23 -0400 Subject: [PATCH] markdownify about title --- exampleSite/data/aboutSection.yml | 7 ++++--- layouts/partials/aboutSection.html | 5 ++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/exampleSite/data/aboutSection.yml b/exampleSite/data/aboutSection.yml index 8545291..d0e6e07 100644 --- a/exampleSite/data/aboutSection.yml +++ b/exampleSite/data/aboutSection.yml @@ -1,10 +1,11 @@ --- enable: true -title: About me -subtitle: +topTitle: About +title: > + ## About me + Enjoy team diversity and increase their networks among others people in various fields by provided. -title2: I design and build ultimate things. content: > ### I design and build ultimate things. diff --git a/layouts/partials/aboutSection.html b/layouts/partials/aboutSection.html index c4cf367..f15924b 100644 --- a/layouts/partials/aboutSection.html +++ b/layouts/partials/aboutSection.html @@ -5,9 +5,8 @@
- About -

{{ .title }}

-

{{ .subtitle }}

+ {{ .topTitle }} + {{ .title | markdownify}}