_layouts/post.html in jekyll-theme-opentoolbox-1.1.0 vs _layouts/post.html in jekyll-theme-opentoolbox-2.0.0
- old
+ new
@@ -6,11 +6,13 @@
<div class="hero-body">
<div class="container">
<div class="section">
<div class="columns is-vcentered">
<div class="column">
- <h1 class="title is-1">{{page.title}}</h1>
- <p>📅 {{ page.date | date: "%b %-d, %Y" }} by {{ page.author }}</p>
+ <h1 class="title is-1 mb-small">{{page.title}}</h1>
+ <p>{{ page.author }}</p>
+
+ <p class="mt-small">📅 {{ page.date | date: "%b %-d, %Y" }}</p>
</div>
{% if page.summary %}
<div class="column">
{{ page.summary | markdownify }}
\ No newline at end of file