mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
add date to posts (layout only)
This commit is contained in:
parent
a299c4e849
commit
5cbe4dabd7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ layout: base
|
|||
</ul>
|
||||
</div>
|
||||
<div class="span11">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<h1>{{ page.title }} <small>{{ page.date | date:"%e %B %Y" }}</small></h1>
|
||||
{% if page.src %}
|
||||
<p>
|
||||
<a href="{{ page.src }}">Full announcement (including signatures)</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue