Skip to content

Commit

Permalink
Merge pull request #95 from gucio321/main
Browse files Browse the repository at this point in the history
photos: eplace SITEURL in template of inline_gallery.html
  • Loading branch information
phibos authored Mar 5, 2024
2 parents 9c2eafe + 9506c05 commit 27641fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pelican/plugins/photos/photos.py
Original file line number Diff line number Diff line change
Expand Up @@ -2138,6 +2138,7 @@ def replace_inline_galleries(content, inline_galleries):
)
template_values = {
"galleries": galleries,
"SITEURL": pelican_settings["SITEURL"],
}
if isinstance(content, Article):
template_values["article"] = content
Expand Down

0 comments on commit 27641fa

Please sign in to comment.