mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-08-14 04:21:00 +01:00
Allow user-specified section headings.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<w:pStyle w:val="Heading1"/>
|
||||
</w:pPr>
|
||||
<w:r wsp:rsidRPr="00C146CA">
|
||||
<w:t>EDUCATION</w:t>
|
||||
<w:t>{{{sectionTitle "EDUCATION"}}}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<w:pStyle w:val="Heading1"/>
|
||||
</w:pPr>
|
||||
<w:r wsp:rsidRPr="00C146CA">
|
||||
<w:t>EMPLOYMENT</w:t>
|
||||
<w:t>{{{sectionTitle "EMPLOYMENT"}}}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
<w:pStyle w:val="Heading1"/>
|
||||
</w:pPr>
|
||||
<w:r wsp:rsidRPr="00C146CA">
|
||||
<w:t>SKILLS</w:t>
|
||||
<w:t>{{{sectionTitle "SKILLS"}}}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
<w:tbl>
|
||||
|
Reference in New Issue
Block a user