moved page title conditional into head-header.html

added switch to setFooterType()
Introducing: community.html
This commit is contained in:
scotty
2016-03-04 17:07:06 -08:00
parent 2c9385af60
commit 5b56a8cb33
7 changed files with 57 additions and 10 deletions
-1
View File
@@ -1,5 +1,4 @@
{% for thistoc in site.data.globals.tocs %}{% if foundTOC %}{% break %}{% else %}{% assign tree = site.data[thistoc].toc %}{% include tocsearch.html %}{% endif %}{% endfor %}
{% if page.title %}{% assign title=page.title %}{% endif %}
<!Doctype html>
<html id="docs">