mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-06-07 21:06:13 +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>RECOGNITION</w:t>
|
||||
<w:t>{{{sectionTitle "RECOGNITION"}}}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<w:pStyle w:val="Heading1"/>
|
||||
</w:pPr>
|
||||
<w:r wsp:rsidRPr="00C146CA">
|
||||
<w:t>SERVICE</w:t>
|
||||
<w:t>{{{sectionTitle "SERVICE"}}}</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>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<w:pStyle w:val="Heading1"/>
|
||||
</w:pPr>
|
||||
<w:r wsp:rsidRPr="00C146CA">
|
||||
<w:t>WRITING</w:t>
|
||||
<w:t>{{{sectionTitle "WRITING"}}}</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
|
||||
|
Reference in New Issue
Block a user