Skip to content

Commit 43e25c7

Browse files
committed
Changd docs
1 parent a099a0a commit 43e25c7

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $RECYCLE.BIN/
1313
*.msi
1414
*.msm
1515
*.msp
16-
16+
*.exe
1717
# Windows shortcuts
1818
*.lnk
1919

docs/_includes/section.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ <h2>
1818
<div class="container">
1919
{{- _photo -}} {{- _heading -}} {{- include.content -}}
2020
</div>
21-
{%- include adsense-article.html -%}
2221
</section>

docs/_layouts/home.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
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>

0 commit comments

Comments
 (0)