Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Krazon/ai-gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
Krazon committed Mar 2, 2024
2 parents d7ef833 + 9b1d36e commit ba291a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1 id="tag_{{ .Title }}">{{ block "title" . }}{{ end }}</h1>
imageContainer.classList.add('image-container');

var img = document.createElement('img');
img.src = '/images/' + imageName;
img.src = 'images/' + imageName;
img.alt = imageName;

imageContainer.appendChild(img);
Expand All @@ -124,4 +124,4 @@ <h1 id="tag_{{ .Title }}">{{ block "title" . }}{{ end }}</h1>
{{ end }}
</body>

</html>
</html>

0 comments on commit ba291a4

Please sign in to comment.