mirror of
https://github.com/macports/macports.github.io.git
synced 2026-07-12 18:19:01 -07:00
Add news.md
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: News
|
||||
redirect_from: /post/
|
||||
---
|
||||
|
||||
{% for post in site.posts %}
|
||||
### [{{ post.title }}]({{ post.url | prepend: site.baseurl }}) <small>{{ post.date | date: "%B %-d, %Y" }}</small>
|
||||
|
||||
{{ post.excerpt }}
|
||||
{% if post.excerpt != post.content %}<a href="{{ post.url | prepend: site.baseurl }}">More…</a>{% endif %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user