mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +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
|
@ -16,7 +16,7 @@ title: Bitcoin-Qt version history
|
|||
</div>
|
||||
{% for post in site.categories.releases %}
|
||||
<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 %}
|
||||
<p>
|
||||
<a href="{{ post.src }}">Full announcement (including signatures)</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue