diff --git a/exampleSite/data/resumeSection.yml b/exampleSite/data/resumeSection.yml index 239241a..253cc56 100644 --- a/exampleSite/data/resumeSection.yml +++ b/exampleSite/data/resumeSection.yml @@ -1,17 +1,12 @@ --- enable: true topTitle: My Resume -# Using " " is a way to force extra line breaks. -# See: https://discourse.gohugo.io/t/does-hardlinebreak-works-with-multiple-line-breaks/12522 -content: > +title: > ## My Expertises Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore -   - - Magna aliquyam erat, sed diam voluptua. At vero eos accusam justo. tab1Name: Education tab2Name: Experiences diff --git a/layouts/partials/resumeSection.html b/layouts/partials/resumeSection.html index b385bf7..38f7d5e 100644 --- a/layouts/partials/resumeSection.html +++ b/layouts/partials/resumeSection.html @@ -7,8 +7,8 @@
- {{ .topTitle }} - {{ .content | markdownify }} + {{ .topTitle }} + {{ .title | markdownify }}