All of lore.kernel.org
 help / color / mirror / Atom feed
* [qemu-web PATCH] make {{relative_root}} available in the blog/ page
@ 2023-03-22 16:26 Paolo Bonzini
  0 siblings, 0 replies; only message in thread
From: Paolo Bonzini @ 2023-03-22 16:26 UTC (permalink / raw)
  To: qemu-devel

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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-22 16:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 16:26 [qemu-web PATCH] make {{relative_root}} available in the blog/ page Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.