qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[qemu-web PATCH] make {{relative_root}} available in the blog/ page


From: Paolo Bonzini
Subject: [qemu-web PATCH] make {{relative_root}} available in the blog/ page
Date: Wed, 22 Mar 2023 17:26:14 +0100

This fixes links to blog posts on gitlab.io, where the website is under
/qemu-web rather than directly in the root.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 blog/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blog/index.html b/blog/index.html
index c7ceb0a..ab82aac 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -2,7 +2,7 @@
 title: Blog
 layout: blog
 ---
-
+{% include relative_root.html %}
 <!-- Main -->
        {% for post in site.posts offset: 0 limit: 4 %}
        <div class="row">
-- 
2.39.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]