mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Improve title and date display in _posts layouts
This commit is contained in:
parent
d8ed71a50b
commit
76f9cee1cc
3 changed files with 3 additions and 3 deletions
|
@ -2,5 +2,5 @@
|
||||||
layout: base
|
layout: base
|
||||||
lang: en
|
lang: en
|
||||||
---
|
---
|
||||||
<h1>{{ page.title }} <small>{{ page.date | date:"%e %B %Y" }}</small></h1>
|
<h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: base
|
||||||
lang: en
|
lang: en
|
||||||
---
|
---
|
||||||
<div class="versiontext">
|
<div class="versiontext">
|
||||||
<h1>{{ page.title }} <small>{{ page.date | date:"%e %B %Y" }}</small></h1>
|
<h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
|
||||||
{% if page.src %}
|
{% if page.src %}
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ page.src }}">Full announcement (including signatures)</a>
|
<a href="{{ page.src }}">Full announcement (including signatures)</a>
|
||||||
|
|
|
@ -16,7 +16,7 @@ title: Bitcoin-Qt version history
|
||||||
</div>
|
</div>
|
||||||
{% for post in site.categories.releases %}
|
{% for post in site.categories.releases %}
|
||||||
<div class="versiontext">
|
<div class="versiontext">
|
||||||
<h1><a name="{{ post.version }}">{{ post.title }} <small>{{ post.date | date:"%e %B %Y" }}</small></a></h1>
|
<h1><a name="{{ post.version }}">{{ post.title }}<br><small>{{ post.date | date:"%e %B %Y" }}</small></a></h1>
|
||||||
{% if post.src %}
|
{% if post.src %}
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ post.src }}">Full announcement (including signatures)</a>
|
<a href="{{ post.src }}">Full announcement (including signatures)</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue