Made sidebar configurable based on product, platform, version properties in configuration file. Also added ability to add series that link together pages.

This commit is contained in:
Tom Johnson
2015-05-17 19:01:41 -07:00
parent 4945f23b2d
commit 6d98971517
40 changed files with 808 additions and 519 deletions

View File

@ -1,22 +1,23 @@
---
layout: default
comments: true
---
<div class="post-header">
<h1 class="post-title-main">{{ page.title }}</h1>
<h1 class="post-title-main">{% if page.homepage == true %} {{site.homepage_title}} {% else %}{{ page.title }}{% endif %}</h1>
{% include pagemetadata.html %}
<div class="post-content">
{% if page.summary %}
<div class="summary">{{page.summary}}</div>
{% endif %}
{% if page.summary %}
<div class="summary">{{page.summary}}</div>
{% endif %}
{{content}}
{{content}}
{% include disqus.html %}
{% include disqus.html %}
</div>
</div>
<!-- Footer -->
{% include footer.html %}
<!-- Footer -->
{% include footer.html %}