diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 8b55cb5..82af53e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -99,7 +99,7 @@

{{ block "title" . }}{{ end }}

imageContainer.classList.add('image-container'); var img = document.createElement('img'); - img.src = '/images/' + imageName; + img.src = 'images/' + imageName; img.alt = imageName; imageContainer.appendChild(img); @@ -124,4 +124,4 @@

{{ block "title" . }}{{ end }}

{{ end }} - \ No newline at end of file +