Indentation + more html logs.

This commit is contained in:
Panos Sakkos 2015-10-03 23:23:26 +02:00
parent a0ee116695
commit bddc568b6e
8 changed files with 120 additions and 103 deletions

View file

@ -7,42 +7,42 @@
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
{% include navigation.html %}
{% include navigation.html %}
<section id="{{ page.title }}" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<section id="{{ page.title }}" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h1><strong>{{ page.title }}</strong></h1>
<h4><strong>{{ page.date | date_to_string }}</strong>
<small> . {{ page.category }} . <a href="{{site.baseurl}}{{page.url }}#disqus_thread">Comments</a>
{% for tag in page.tags %}
<a href="{{site.baseurl}}/tags/{{tag}}.html">#{{ tag }}</a>
{% endfor %}
</small>
</h4>
<h1><strong>{{ page.title }}</strong></h1>
<h4><strong>{{ page.date | date_to_string }}</strong>
<small> . {{ page.category }} . <a href="{{site.baseurl}}{{page.url }}#disqus_thread">Comments</a>
{% for tag in page.tags %}
<a href="{{site.baseurl}}/tags/{{tag}}.html">#{{ tag }}</a>
{% endfor %}
</small>
</h4>
{{ page.content | markdownify }}
{{ page.content | markdownify }}
{% include share.html %}
{% include share.html %}
{% include comments.html %}
{% include comments.html %}
</div>
</div>
</div>
</section>
</section>
<section id="{{ page.title }}" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
{% include social-buttons.html %}
<section id="{{ page.title }}" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
{% include social-buttons.html %}
</div>
</div>
</div>
</section>
</section>
{% include footer.html %}
{% include footer.html %}
{% include js.html %}
{% include js.html %}
</body>
</html>