Link to actual post, not the pull request

This commit is contained in:
Philipp Oppermann
2020-07-17 19:11:55 +02:00
parent 68b2b7737b
commit 4cde35b674
3 changed files with 40 additions and 9 deletions

View File

@@ -59,7 +59,7 @@
{% set status_updates = get_section(path = "status-update/_index.md") %}
<p>{{ status_updates.description }}</p>
<ul>
{% include "auto/status-updates.html" %}
{% include "auto/status-updates-truncated.html" %}
<li><a href="{{ get_url(path="@/status-update/_index.md") | safe }}"><em>view all »</em></a></li>
</ul>
</div>