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
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.

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

Loading…
Cancel
Save