mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
remove <h1>News</h1> from index.html; use post.title instead
This commit is contained in:
parent
fc5d5163af
commit
a299c4e849
1 changed files with 1 additions and 2 deletions
|
@ -128,9 +128,8 @@ ALERT:
|
|||
|
||||
<div class="container">
|
||||
<section id="news">
|
||||
<h1>News</h1>
|
||||
{% for post in site.posts limit: 1 %}
|
||||
<h2><a href="{{ post.url }}">{{ post.title }}</a> <small>{{ post.date | date:"%e %B %Y" }}</small></h2>
|
||||
<h1><a href="{{ post.url }}">{{ post.title }}</a> <small>{{ post.date | date:"%e %B %Y" }}</small></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