minor fixes
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 7s

- update URLs
- fix news URL in topnav
- fix news post URL on overview page
This commit is contained in:
2025-04-28 16:25:02 +02:00
parent 45941cb243
commit 53a856af8e
4 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ folder: news
{% for post in site.posts limit:10 %}
<h2><a class="post-link" href="{{ post.url | remove: "/" }}">{{ post.title }}</a></h2>
<h2><a class="post-link" href="{{ post.url }}">{{ post.title }}</a></h2>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }} /
{% for tag in post.tags %}