version 3.0 of the theme -- complete overhaul
This commit is contained in:
@@ -4,20 +4,34 @@ layout: default
|
||||
|
||||
<div class="post-header">
|
||||
<h1 class="post-title-main">{% if page.homepage == true %} {{site.homepage_title}} {% else %}{{ page.title }}{% endif %}</h1>
|
||||
{% include pagemetadata.html %}
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<div class="post-content">
|
||||
|
||||
{% if page.summary %}
|
||||
<div class="summary">{{page.summary}}</div>
|
||||
{% endif %}
|
||||
{% include toc.html %}
|
||||
|
||||
{{content}}
|
||||
{% include linkrefs.html %}
|
||||
|
||||
{% include disqus.html %}
|
||||
<div class="tags">
|
||||
{% if page.tags != null %}
|
||||
<b>Tags: </b>
|
||||
{% include custom/conditions.html %}
|
||||
{% for tag in page.tags %}
|
||||
{% if projectTags contains tag %}
|
||||
<a href="{{site.project}}_tag-{{tag}}.html"><button type="button" class="btn btn-primary navbar-btn cursorNorm">{{page.tagName}}{{tag}}</button></a>{% unless forloop.last %}{% endunless%}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% include disqus.html %}
|
||||
|
||||
</div>
|
||||
|
||||
{{hr_shaded}}
|
||||
|
||||
<!-- Footer -->
|
||||
{% include footer.html %}
|
||||
{% include footer.html %}
|
||||
Reference in New Issue
Block a user