Skip to content

Commit 02551d2

Browse files
committed
Also make link to archived news section work.
Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent 009bf01 commit 02551d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/news/link_newpage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div class="d-grid">
2-
<a href="{{ site.baseurl }}/{{ include.ref }}/" class="btn btn-outline-primary" role="button">{% t news.newpage_link %}</a>
2+
<a href="{{ include.ref }}/" class="btn btn-outline-primary" role="button">{% t news.newpage_link %}</a>
33
</div>

0 commit comments

Comments
 (0)