Skip to content

Commit

Permalink
Changd docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacegem committed Jul 12, 2018
1 parent a099a0a commit 43e25c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -13,7 +13,7 @@ $RECYCLE.BIN/
*.msi
*.msm
*.msp

*.exe
# Windows shortcuts
*.lnk

Expand Down
1 change: 0 additions & 1 deletion docs/_includes/section.html
Expand Up @@ -18,5 +18,4 @@ <h2>
<div class="container">
{{- _photo -}} {{- _heading -}} {{- include.content -}}
</div>
{%- include adsense-article.html -%}
</section>
20 changes: 8 additions & 12 deletions docs/_layouts/home.html
@@ -1,15 +1,11 @@
---
layout: default
---
{%- assign _sections = site.sections | sort: 'order' -%}
{%- include header.html scrolly_nav=_sections -%}
--- layout: default --- {%- assign _sections = site.sections | sort: 'order' -%} {%- include header.html scrolly_nav=_sections
-%}
<!-- Main -->
<div id="main">
{%- if page.content != "" -%}
{%- include section.html title=page.title photo=page.cover-photo photo-alt=page.cover-photo-alt auto-header=page.auto-header content=page.content -%}
{%- endif -%}
<!-- Sections -->
{%- for _section in _sections -%}
{%- include section.html title=_section.title photo=_section.cover-photo photo-alt=_section.cover-photo-alt auto-header=_section.auto-header content=_section.content -%}
{%- endfor -%}
{%- if page.content != "" -%} {%- include section.html title=page.title photo=page.cover-photo photo-alt=page.cover-photo-alt
auto-header=page.auto-header content=page.content -%} {%- endif -%}
<!-- Sections -->
{%- for _section in _sections -%} {%- include section.html title=_section.title photo=_section.cover-photo photo-alt=_section.cover-photo-alt
auto-header=_section.auto-header content=_section.content -%} {%- endfor -%} {%- include adsense-article.html -%}

</div>

0 comments on commit 43e25c7

Please sign in to comment.