mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-05-04 04:47:08 +01:00
Improve "references" coverage.
1. Introduce TXT, MD, and DOC section partials for "references". 2. Reference TXT/MD partials from Basis theme so inherited themes (Modern, Compact, Positive) see the changes.
This commit is contained in:
@ -23,3 +23,5 @@
|
||||
{{> section/recognition }}
|
||||
|
||||
{{> section/speaking }}
|
||||
|
||||
{{> section/references }}
|
||||
|
@ -21,3 +21,5 @@
|
||||
{{> section/service }}
|
||||
|
||||
{{> section/recognition }}
|
||||
|
||||
{{> section/references }}
|
||||
|
@ -202,6 +202,7 @@
|
||||
{{#*inline "header-writing"}}{{> header-icon _title="WRITING" _section="writing" _icon="pict/wri" }}{{/inline}}
|
||||
{{#*inline "header-recognition"}}{{> header-icon _title="RECOGNITION" _section="recognition" _icon="pict/rec" }}{{/inline}}
|
||||
{{#*inline "header-speaking"}}{{> header-icon _title="SPEAKING" _section="speaking" _icon="pict/arrow" }}{{/inline}}
|
||||
{{#*inline "header-references"}}{{> header-icon _title="REFERENCES" _section="references" _icon="pict/arrow" }}{{/inline}}
|
||||
|
||||
{{!<!--
|
||||
|
||||
@ -223,6 +224,7 @@
|
||||
{{#section "writing"}}{{> section/writing }}{{/section}}
|
||||
{{#section "recognition"}}{{> section/recognition }}{{/section}}
|
||||
{{#section "speaking"}}{{> section/speaking }}{{/section}}
|
||||
{{#section "references"}}{{> section/references }}{{/section}}
|
||||
|
||||
{{!<!--
|
||||
And we're done! Close off the word document and go home.
|
||||
|
@ -562,6 +562,10 @@
|
||||
{{/inline}}
|
||||
{{#section "speaking"}}{{> section/speaking }}{{/section}}
|
||||
|
||||
{{#*inline "header-references"}}
|
||||
{{> header-icon _title="REFERENCES" _section="references" _icon="pict/arrow" }}
|
||||
{{/inline}}
|
||||
{{#section "references"}}{{> section/references }}{{/section}}
|
||||
|
||||
<w:sectPr wsp:rsidR="00B43FDC" wsp:rsidRPr="000A3AF0" wsp:rsidSect="001B7422">
|
||||
<w:pgSz w:w="12240" w:h="15840"/>
|
||||
|
Reference in New Issue
Block a user