markdownify about title

master
Aaron N. Brock 4 years ago
parent 0fca39ff68
commit c28b5cace1
  1. 7
      exampleSite/data/aboutSection.yml
  2. 5
      layouts/partials/aboutSection.html

@ -1,10 +1,11 @@
--- ---
enable: true enable: true
title: About me topTitle: About
subtitle: title: >
## About me
Enjoy team diversity and increase their networks among others people in Enjoy team diversity and increase their networks among others people in
various fields by provided. various fields by provided.
title2: I design and build ultimate things.
content: > content: >
### I design and build ultimate things. ### I design and build ultimate things.

@ -5,9 +5,8 @@
<div class="row text-center"> <div class="row text-center">
<div class="col-lg-6 offset-lg-3"> <div class="col-lg-6 offset-lg-3">
<div class="about_header"> <div class="about_header">
<span>About</span> <span class="topTitle">{{ .topTitle }}</span>
<h2> {{ .title }} </h2> {{ .title | markdownify}}
<p> {{ .subtitle }} </p>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save