File tree Expand file tree Collapse file tree 3 files changed +9
-14
lines changed
Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ $RECYCLE.BIN/
1313* .msi
1414* .msm
1515* .msp
16-
16+ * .exe
1717# Windows shortcuts
1818* .lnk
1919
Original file line number Diff line number Diff line change 1818 < div class ="container ">
1919 {{- _photo -}} {{- _heading -}} {{- include.content -}}
2020 </ div >
21- {%- include adsense-article.html -%}
2221</ section >
Original file line number Diff line number Diff line change 1- ---
2- layout: default
3- ---
4- {%- assign _sections = site.sections | sort: 'order' -%}
5- {%- include header.html scrolly_nav=_sections -%}
1+ --- layout: default --- {%- assign _sections = site.sections | sort: 'order' -%} {%- include header.html scrolly_nav=_sections
2+ -%}
63<!-- Main -->
74< div id ="main ">
8- {%- if page.content != "" -%}
9- {%- include section.html title=page.title photo=page.cover-photo photo-alt=page.cover-photo-alt auto-header=page.auto-header content=page.content -%}
10- {%- endif -%}
11- <!-- Sections -->
12- {%- for _section in _sections -%}
13- {%- include section.html title=_section.title photo=_section.cover-photo photo-alt=_section.cover-photo-alt auto-header=_section.auto-header content=_section.content -%}
14- {%- endfor -%}
5+ {%- if page.content != "" -%} {%- include section.html title=page.title photo=page.cover-photo photo-alt=page.cover-photo-alt
6+ auto-header=page.auto-header content=page.content -%} {%- endif -%}
7+ <!-- Sections -->
8+ {%- for _section in _sections -%} {%- include section.html title=_section.title photo=_section.cover-photo photo-alt=_section.cover-photo-alt
9+ auto-header=_section.auto-header content=_section.content -%} {%- endfor -%} {%- include adsense-article.html -%}
10+
1511</ div >
You can’t perform that action at this time.
0 commit comments