Skip to content
Snippets Groups Projects
Commit b87f0635 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Add the most recent news items to the homepage

parent 4c25ae54
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,11 @@ Try it now using Docker:
... or try it on [**try.diffoscope.org**](https://try.diffoscope.org/)!
## News
{% for x in site.posts limit: 5 %}
* [{{ x.title }}]({{ x.url }}) ({{ x.date|date: "%d %b %Y" }}){% endfor %}
## Examples
[![Example of diffoscope HTML output]({{ "examples/https-everywhere-5.0.6_vs_5.0.7.thumbnail.png" | prepend: site.baseurl }}?{{ site.time | date: '%s%N' }})]({{ "examples/https-everywhere-5.0.6_vs_5.0.7.html" | prepend: site.baseurl }})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment