From 2ca07259ed99cb794a3ab3d92a3645a779f8a6a9 Mon Sep 17 00:00:00 2001 From: Hever Dunoy Ballesta Nomesque Date: Tue, 7 May 2024 23:24:09 -0500 Subject: [PATCH] Test image render --- _layouts/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/home.html b/_layouts/home.html index 1f541e1..ae9c6ee 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -16,7 +16,7 @@ } .background-image { - background-image: url('{{ site.url }}/assets/img/home.jpg'); + background-image: url('https://github.com/hdballestan/research/blob/main/home.jpg'); background-size: cover; background-position: center; position: absolute;